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:06 -0700 |
commit | d894c7b12f52ec38747812137f0bd8c40582e8b6 (patch) | |
tree | 556930b950d04fc3317cf969c03cccf5e36c7f9b /home | |
parent | 4ede0d88b1ffdaa8ea84a95def9f2f3fb8102e88 (diff) |
update
Diffstat (limited to 'home')
-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 b34ea840..8bd13199 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"' |