summaryrefslogtreecommitdiff
path: root/home
diff options
context:
space:
mode:
authorxyz <gky44px1999@gmail.com>2022-03-15 04:56:03 -0700
committerxyz <gky44px1999@gmail.com>2022-03-15 04:56:03 -0700
commit3f3fff276ccdebe5825a3ecec1984e82741824a3 (patch)
tree809497f51293a2af2a454a678992de6738fe333c /home
parenta09f293ee5715a14435b1d83fafeae3b7e209f7b (diff)
.bashrc, va alias v arch install note
Diffstat (limited to 'home')
-rw-r--r--home/xyz/.bashrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/home/xyz/.bashrc b/home/xyz/.bashrc
index a59c1099..08803820 100644
--- a/home/xyz/.bashrc
+++ b/home/xyz/.bashrc
@@ -76,6 +76,7 @@ alias sv=sudoedit
alias sy=systemctl
alias tp='sudo tio /dev/ttyACM0'
alias v='$EDITOR'
+alias va='$EDITOR "$XDG_DOCUMENTS_DIR/notes/computer/arch_install.md"'
alias vc='$EDITOR "$XDG_DOCUMENTS_DIR/notes/computer/cli_notes.md"'
alias vq='$EDITOR "$XDG_DOCUMENTS_DIR/notes/others/questions_ideas_tips.md"'
alias vr='$EDITOR "$DOTREMINDERS"'