diff options
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 a06cccc3..d11a526f 100644 --- a/home/xyz/.bashrc +++ b/home/xyz/.bashrc @@ -49,7 +49,7 @@ alias tp='sudo tio /dev/ttyACM0' alias v='$EDITOR' alias vc='$EDITOR "$XDG_DOCUMENTS_DIR/notes/computer/command-line_notes.md"' alias vq='$EDITOR "$XDG_DOCUMENTS_DIR/notes/others/questions_ideas_tips.md"' -alias vrc='$EDITOR +:e\ \$MYVIMRC' +alias vrc='$EDITOR +e\ \$MYVIMRC' alias wtr='curl v2.wttr.in' eval "$(zoxide init bash)" |