diff options
author | xyz <gky44px1999@gmail.com> | 2021-10-10 02:57:47 -0700 |
---|---|---|
committer | xyz <gky44px1999@gmail.com> | 2021-10-10 02:57:47 -0700 |
commit | 26fd4fd7347bcd3346e09d58304f2e48efd421b7 (patch) | |
tree | 18a487ac41ef8d639d411847ba41618eef107314 | |
parent | 529133bbc040f861dc7119d3bcc9e6ed04805cf1 (diff) |
.bashrc, weather, speed test
-rw-r--r-- | .bashrc | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -41,9 +41,11 @@ alias sdcv='sdcv --color' alias ap='sudo ampy -p /dev/ttyACM0' alias g=git alias ll='ls -lAh --color=auto --group-directories-first' +alias spd='speedtest --no-upload; librespeed-cli --no-upload' 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' eval "$(zoxide init bash)" |