summaryrefslogtreecommitdiff
path: root/home/xyz
diff options
context:
space:
mode:
authorxyz <gky44px1999@gmail.com>2021-10-30 02:33:29 -0700
committerxyz <gky44px1999@gmail.com>2021-10-30 02:33:29 -0700
commitc3ff4d9e094e1380b4c480edc7c65308119c50a7 (patch)
tree9fa83a141abbdf3c85fad5f62241a1bd5a1f6d92 /home/xyz
parent61fef413b0a32eb5259b49faed001c1f196aa029 (diff)
refactor
Diffstat (limited to 'home/xyz')
-rw-r--r--home/xyz/.bashrc5
1 files changed, 3 insertions, 2 deletions
diff --git a/home/xyz/.bashrc b/home/xyz/.bashrc
index d564917b..f6f33bc9 100644
--- a/home/xyz/.bashrc
+++ b/home/xyz/.bashrc
@@ -50,7 +50,6 @@ alias ap='sudo ampy -p /dev/ttyACM0'
alias c=cfg
alias g=git
alias l='ls -A --group-directories-first'
-alias ll='l -lh'
alias s='sudo ' # https://askubuntu.com/a/22043
alias se='sudo -E '
alias spd='speedtest --no-upload; librespeed-cli --no-upload'
@@ -61,7 +60,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 vrc='$EDITOR +e\ \$MYVIMRC'
alias wtr='curl v2.wttr.in'
-alias zq='zoxide -query -i'
+alias zq='zoxide query'
+
+alias ll='l -lh'
eval "$(zoxide init posix --hook prompt --no-aliases)"