summaryrefslogtreecommitdiff
path: root/home
diff options
context:
space:
mode:
authorxyz <gky44px1999@gmail.com>2021-12-10 19:13:25 -0800
committerxyz <gky44px1999@gmail.com>2021-12-10 19:13:25 -0800
commit2e02552d5ed1545130b3c15343692e04424e1b4d (patch)
tree3cad99e4c7ebe1f350b3aaf5b5ce483d62974b44 /home
parent2d84e6d790d3fb116b98796c384dd9173997aa87 (diff)
bashrc, za
Diffstat (limited to 'home')
-rw-r--r--home/xyz/.bashrc3
1 files changed, 2 insertions, 1 deletions
diff --git a/home/xyz/.bashrc b/home/xyz/.bashrc
index 2ad4491f..c70c90ba 100644
--- a/home/xyz/.bashrc
+++ b/home/xyz/.bashrc
@@ -61,6 +61,7 @@ alias m=man
alias p=pacman
alias pu=paru
alias s='sudo ' # https://askubuntu.com/a/22043
+alias se='sudo -E '
alias spd='speedtest --no-upload; librespeed-cli --no-upload'
alias sv='sudoedit'
alias tp='sudo tio /dev/ttyACM0'
@@ -69,9 +70,9 @@ 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='mullvad-exclude curl v2.wttr.in?m'
+alias za='zoxide add'
# almost never use
-alias se='sudo -E '
#alias zq='zoxide query'
#alias zqi='zoxide query -i'