can't alias "-"
This commit is contained in:
parent
f9d8f82922
commit
7920f93627
2 changed files with 1 additions and 1 deletions
|
@ -4,6 +4,7 @@ abbr ..2 "cd ../.."
|
||||||
abbr ..3 "cd ../../.."
|
abbr ..3 "cd ../../.."
|
||||||
abbr ..4 "cd ../../../.."
|
abbr ..4 "cd ../../../.."
|
||||||
abbr ..5 "cd ../../../../.."
|
abbr ..5 "cd ../../../../.."
|
||||||
|
abbr - "cd -"
|
||||||
abbr bigupdate "paru -Syu --noconfirm && tldr --update && yes | sdk update && yes | sdk upgrade java"
|
abbr bigupdate "paru -Syu --noconfirm && tldr --update && yes | sdk update && yes | sdk upgrade java"
|
||||||
abbr cat "bat -pp"
|
abbr cat "bat -pp"
|
||||||
abbr c "command"
|
abbr c "command"
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
#!/usr/bin/fish
|
#!/usr/bin/fish
|
||||||
|
|
||||||
alias - "cd -"
|
|
||||||
alias activate "source bin/activate.fish"
|
alias activate "source bin/activate.fish"
|
||||||
alias gc "git clone"
|
alias gc "git clone"
|
||||||
alias mirrors_update "curl -s 'https://archlinux.org/mirrorlist/?country=FR&country=GB&protocol=https&use_mirror_status=on' | sed -e 's/^#Server/Server/' -e '/^#/d' | sudo bash -c 'rankmirrors -n 7 - > /etc/pacman.d/mirrorlist' && sudo pacman -Syy"
|
alias mirrors_update "curl -s 'https://archlinux.org/mirrorlist/?country=FR&country=GB&protocol=https&use_mirror_status=on' | sed -e 's/^#Server/Server/' -e '/^#/d' | sudo bash -c 'rankmirrors -n 7 - > /etc/pacman.d/mirrorlist' && sudo pacman -Syy"
|
||||||
|
|
Loading…
Reference in a new issue