mirror of
https://github.com/olexsmir/dotfiles.git
synced 2026-01-15 00:40:44 +02:00
fish: add j alias for jj; go back to default behavior of core utils
This commit is contained in:
parent
94f553b83f
commit
ec0ffb040c
1 changed files with 2 additions and 3 deletions
|
|
@ -1,7 +1,5 @@
|
|||
alias cls clear
|
||||
alias cp "cp -ri"
|
||||
alias rm "rm -i"
|
||||
alias mv "mv -i"
|
||||
alias cp "cp -r"
|
||||
alias mkdir "mkdir -p"
|
||||
alias free "free -h"
|
||||
alias df "df -h"
|
||||
|
|
@ -20,6 +18,7 @@ alias killbt "rfkill block bluetooth"
|
|||
alias unkillbt "rfkill unblock bluetooth"
|
||||
|
||||
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 nvim
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue