blob: 75c6e05aaeeffdbbf7870b5daf8b8f82deda9b34 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
if type -q bat
alias Cat=/usr/bin/cat
alias cat=bat
end
if type -q see
alias ca=see
end
if type -q bit
alias Git=/usr/bin/git
alias git=bit
end
if type -q procs
alias p='procs'
end
if type -q carl
alias cal='carl'
end
# To change my habits
alias tig=lazygit
|