summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.bashrc4
1 files changed, 3 insertions, 1 deletions
diff --git a/.bashrc b/.bashrc
index 0a48fb88..7601d40a 100644
--- a/.bashrc
+++ b/.bashrc
@@ -32,6 +32,8 @@ rm="rm -vI" \
sdcv="sdcv --color" \
g=git \
ll="ls -lAh --color=auto --group-directories-first" \
-v="$EDITOR"
+v='$EDITOR' \
+vq='$EDITOR "$XDG_DOCUMENTS_DIR/notes/others/questions_ideas_tips.md"' \
+vc='$EDITOR "$XDG_DOCUMENTS_DIR/notes/computer/command-line_notes.md"'
eval "$(zoxide init bash)"