From c3ff4d9e094e1380b4c480edc7c65308119c50a7 Mon Sep 17 00:00:00 2001 From: xyz Date: Sat, 30 Oct 2021 02:33:29 -0700 Subject: refactor --- home/xyz/.bashrc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'home') 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)" -- cgit v1.2.3-70-g09d2