fish: dont break aliases on other machines

This commit is contained in:
Oleksandr Smirnov 2025-03-08 22:08:36 +02:00
parent 7cc26cff2e
commit 32bde7d519
No known key found for this signature in database

View file

@ -6,10 +6,6 @@ alias df "df -h"
alias du "du -h"
alias chmox "chmod +x"
alias vim nvim
alias e vim
alias f hledger
alias g git
alias d docker
alias dcm "docker compose"
@ -20,6 +16,13 @@ alias .3 "cd ../../.."
alias killbt "rfkill block bluetooth"
alias unkillbt "rfkill unblock bluetooth"
if type -q hledger; alias f hledger; end
if type -q nvim
alias vim nvim
alias e vim
end
if type -q eza
alias ls "eza -l"
alias la "ls -a"