mirror of
https://github.com/olexsmir/dotfiles.git
synced 2026-01-15 08:41:34 +02:00
fish: dont break aliases on other machines
This commit is contained in:
parent
7cc26cff2e
commit
32bde7d519
1 changed files with 7 additions and 4 deletions
|
|
@ -6,10 +6,6 @@ alias df "df -h"
|
||||||
alias du "du -h"
|
alias du "du -h"
|
||||||
alias chmox "chmod +x"
|
alias chmox "chmod +x"
|
||||||
|
|
||||||
alias vim nvim
|
|
||||||
alias e vim
|
|
||||||
|
|
||||||
alias f hledger
|
|
||||||
alias g git
|
alias g git
|
||||||
alias d docker
|
alias d docker
|
||||||
alias dcm "docker compose"
|
alias dcm "docker compose"
|
||||||
|
|
@ -20,6 +16,13 @@ alias .3 "cd ../../.."
|
||||||
alias killbt "rfkill block bluetooth"
|
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 nvim
|
||||||
|
alias vim nvim
|
||||||
|
alias e vim
|
||||||
|
end
|
||||||
|
|
||||||
if type -q eza
|
if type -q eza
|
||||||
alias ls "eza -l"
|
alias ls "eza -l"
|
||||||
alias la "ls -a"
|
alias la "ls -a"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue