diff options
author | xyz <gky44px1999@gmail.com> | 2021-10-25 02:59:30 -0700 |
---|---|---|
committer | xyz <gky44px1999@gmail.com> | 2021-10-25 02:59:30 -0700 |
commit | 3a1c6257ab0370a14733eafea0f772f5e503857b (patch) | |
tree | 1e59dbb45adf5fa6d045a6ebdd9d511d16a89551 /home/xyz/.bashrc | |
parent | 0ee9a9a1ea72efbe002e0802fa3fa261f54cd290 (diff) |
refactor
Diffstat (limited to 'home/xyz/.bashrc')
-rw-r--r-- | home/xyz/.bashrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home/xyz/.bashrc b/home/xyz/.bashrc index e93a1294..43e7e8d4 100644 --- a/home/xyz/.bashrc +++ b/home/xyz/.bashrc @@ -48,7 +48,7 @@ alias spd='speedtest --no-upload; librespeed-cli --no-upload' alias sv='sudoedit' alias tp='sudo tio /dev/ttyACM0' alias v='$EDITOR' -alias vc='$EDITOR "$XDG_DOCUMENTS_DIR/notes/computer/command-line_notes.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 vrc='$EDITOR +e\ \$MYVIMRC' alias wtr='curl v2.wttr.in' |