diff options
author | Xiao Pan <gky44px1999@gmail.com> | 2024-06-28 18:42:35 -0700 |
---|---|---|
committer | Xiao Pan <gky44px1999@gmail.com> | 2024-07-01 16:43:05 -0700 |
commit | 89ecbdd1ffc1852a9241ee7856514e7ded34cc80 (patch) | |
tree | 87b58cc9c61a442a087a82207648e2ffa96aa61d /home/xyz/.bashrc | |
parent | 49a53e7bfb3011e82bf254f92c2894b61920ae90 (diff) |
update
Diffstat (limited to 'home/xyz/.bashrc')
-rw-r--r-- | home/xyz/.bashrc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/home/xyz/.bashrc b/home/xyz/.bashrc index 7ba8524d..2636784e 100644 --- a/home/xyz/.bashrc +++ b/home/xyz/.bashrc @@ -108,6 +108,7 @@ 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 vni='"$EDITOR" -ni NONE' alias vr='"$EDITOR" "$DOTREMINDERS"' alias vrc='"$EDITOR" +e\ \$MYVIMRC' alias vrm='"$EDITOR" "$XDG_DOCUMENTS_DIR/notes/others/recurring_maintenance.md"' |