diff options
author | Xiao Pan <gky44px1999@gmail.com> | 2024-06-28 18:42:35 -0700 |
---|---|---|
committer | Xiao Pan <gky44px1999@gmail.com> | 2024-06-28 18:42:35 -0700 |
commit | 95c8e0c61552ddac574dd01bd026993cb470499b (patch) | |
tree | 4ba917c08727264685b4641ac568e321fbf44d7e /home/xyz/.bashrc | |
parent | 4ae14e88b7f4de47ad7694037ce7a1334cfe9769 (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 00af8273..3d55d5f3 100644 --- a/home/xyz/.bashrc +++ b/home/xyz/.bashrc @@ -124,6 +124,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"' |