diff options
author | xyz <gky44px1999@gmail.com> | 2022-03-15 04:56:03 -0700 |
---|---|---|
committer | xyz <gky44px1999@gmail.com> | 2022-03-15 04:56:03 -0700 |
commit | 3f3fff276ccdebe5825a3ecec1984e82741824a3 (patch) | |
tree | 809497f51293a2af2a454a678992de6738fe333c /home | |
parent | a09f293ee5715a14435b1d83fafeae3b7e209f7b (diff) |
.bashrc, va alias v arch install note
Diffstat (limited to 'home')
-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 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"' |