diff options
author | Xiao Pan <gky44px1999@gmail.com> | 2024-01-20 19:00:07 -0800 |
---|---|---|
committer | Xiao Pan <gky44px1999@gmail.com> | 2024-01-20 19:00:07 -0800 |
commit | e3dac1e556639de4fec59585b05d81182b82ca23 (patch) | |
tree | 83575976f09a72f820f218fd08e8a74a29c96f4d /home/xyz/.bashrc | |
parent | 9cc61b7b1e8b7b591e20de02a5b692d149657269 (diff) |
update
Diffstat (limited to 'home/xyz/.bashrc')
-rw-r--r-- | home/xyz/.bashrc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/home/xyz/.bashrc b/home/xyz/.bashrc index a3173f44..a891cf2d 100644 --- a/home/xyz/.bashrc +++ b/home/xyz/.bashrc @@ -93,7 +93,8 @@ alias yus='systemctl --user status' alias v='"$EDITOR"' alias va='"$EDITOR" "$XDG_DOCUMENTS_DIR/notes/computer/arch_install.md"' alias vc='"$EDITOR" "$XDG_DOCUMENTS_DIR/notes/computer/cli_notes.md"' -alias vd='vidir2 --linktargets' +alias vd='vidir' +alias vd2='vidir2 --linktargets' alias vq='"$EDITOR" "$XDG_DOCUMENTS_DIR/notes/others/questions_ideas_tips.md"' alias vn='"$EDITOR" "$(find "$XDG_DOCUMENTS_DIR/notes" -mindepth 1 -path "*/\.git" -prune -o -type f -print | fzf)"' alias vr='"$EDITOR" "$DOTREMINDERS"' |