summaryrefslogtreecommitdiff
path: root/home/xyz/.bashrc
diff options
context:
space:
mode:
authorXiao Pan <gky44px1999@gmail.com>2023-02-10 15:04:52 -0800
committerXiao Pan <gky44px1999@gmail.com>2023-02-10 15:04:52 -0800
commit528acf5a4fd00c9849c88da05c6b9c44ae7222a1 (patch)
tree70375f75ee3aaf7025d4c2944b41dcf84134f758 /home/xyz/.bashrc
parent7f28f63e0e9584c62d9b01fc221ca35298d21949 (diff)
update
Diffstat (limited to 'home/xyz/.bashrc')
-rw-r--r--home/xyz/.bashrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/home/xyz/.bashrc b/home/xyz/.bashrc
index 34158eac..5eb41c52 100644
--- a/home/xyz/.bashrc
+++ b/home/xyz/.bashrc
@@ -99,6 +99,7 @@ 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 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"'
alias vrc='"$EDITOR" +e\ \$MYVIMRC'
alias vrm='"$EDITOR" "$XDG_DOCUMENTS_DIR/notes/others/recurring_maintenance.md"'