summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorxyz <gky44px1999@gmail.com>2021-10-10 02:59:25 -0700
committerxyz <gky44px1999@gmail.com>2021-10-10 02:59:25 -0700
commit8371d555bb1aae8b601eb0ea177fb2c041805de8 (patch)
tree232e27562677995d412dc8e8c0019ed2de00b1ac
parent26fd4fd7347bcd3346e09d58304f2e48efd421b7 (diff)
refactor
-rw-r--r--.bashrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.bashrc b/.bashrc
index 31f0f458..968e8143 100644
--- a/.bashrc
+++ b/.bashrc
@@ -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)"