From ce2aedc4395b6bb3016113e734e06bbf91a1af57 Mon Sep 17 00:00:00 2001 From: xyz Date: Sat, 14 Aug 2021 02:11:26 -0700 Subject: nvim notes alias --- .bashrc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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)" -- cgit v1.2.3-70-g09d2