diff options
author | xyz <gky44px1999@gmail.com> | 2021-11-07 18:52:54 -0800 |
---|---|---|
committer | xyz <gky44px1999@gmail.com> | 2021-11-07 18:52:54 -0800 |
commit | e00f517d03f234b39274f01604fd06cdb40381fe (patch) | |
tree | 89525a01479ae09104d6d581245f9fb7f2295753 /home/xyz/.bashrc | |
parent | 69c198e24ba0d301e4e05eb20e6964e31e3cbedd (diff) |
wtr use mullvad-exclude and metric system
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 d41c7ccf..4ea11cb0 100644 --- a/home/xyz/.bashrc +++ b/home/xyz/.bashrc @@ -68,7 +68,7 @@ alias v='$EDITOR' alias vc='$EDITOR "$XDG_DOCUMENTS_DIR/notes/computer/cli_notes.md"' alias vq='$EDITOR "$XDG_DOCUMENTS_DIR/notes/others/questions_ideas_tips.md"' alias vvrc='$EDITOR +e\ \$MYVIMRC' -alias wtr='curl v2.wttr.in' +alias wtr='mullvad-exclude curl v2.wttr.in?m' # almost never use alias se='sudo -E ' |