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 | ed878d4809ec65acc0d2713f79b76ce39341bbac (patch) | |
tree | c573e0eef6c341c264523ca7b593df7902ec36f4 | |
parent | a04be2e775ec001f889cc75ad46dbd69136f09c2 (diff) |
update
-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 30d6c80c..ccd668ed 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"' |