diff options
author | xyz <gky44px1999@gmail.com> | 2021-10-10 02:59:25 -0700 |
---|---|---|
committer | xyz <gky44px1999@gmail.com> | 2021-10-10 02:59:25 -0700 |
commit | 8371d555bb1aae8b601eb0ea177fb2c041805de8 (patch) | |
tree | 232e27562677995d412dc8e8c0019ed2de00b1ac | |
parent | 26fd4fd7347bcd3346e09d58304f2e48efd421b7 (diff) |
refactor
-rw-r--r-- | .bashrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -46,6 +46,6 @@ 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 wttr='curl v2.wttr.in' +alias wtr='curl v2.wttr.in' eval "$(zoxide init bash)" |