fish: add j alias for jj; go back to default behavior of core utils

This commit is contained in:
Olexandr Smirnov 2025-07-08 15:08:54 +03:00
parent 94f553b83f
commit ec0ffb040c
No known key found for this signature in database

View file

@ -1,7 +1,5 @@
alias cls clear alias cls clear
alias cp "cp -ri" alias cp "cp -r"
alias rm "rm -i"
alias mv "mv -i"
alias mkdir "mkdir -p" alias mkdir "mkdir -p"
alias free "free -h" alias free "free -h"
alias df "df -h" alias df "df -h"
@ -20,6 +18,7 @@ alias killbt "rfkill block bluetooth"
alias unkillbt "rfkill unblock bluetooth" alias unkillbt "rfkill unblock bluetooth"
if type -q hledger; alias f hledger; end if type -q hledger; alias f hledger; end
if type -q jj; alias j jj; end
if type -q todo.sh; alias t todo.sh; end if type -q todo.sh; alias t todo.sh; end
if type -q nvim if type -q nvim