mirror of
https://github.com/GRFreire/dotfiles.git
synced 2026-01-10 04:19:38 +00:00
zsh: add alias to ip to always use colors
This commit is contained in:
parent
0c44634635
commit
697769638b
3
.zshrc
3
.zshrc
@ -67,6 +67,9 @@ alias locate="plocate"
|
|||||||
# Alias to nsxiv with some flags
|
# Alias to nsxiv with some flags
|
||||||
alias nsxiv="nsxiv -a"
|
alias nsxiv="nsxiv -a"
|
||||||
|
|
||||||
|
# Alias to ip with some flags
|
||||||
|
alias ip="ip --color=always"
|
||||||
|
|
||||||
# Allow zsh to "folow" ranger
|
# Allow zsh to "folow" ranger
|
||||||
alias ranger="source ranger"
|
alias ranger="source ranger"
|
||||||
bindkey -s '^[^f' 'ranger\n'
|
bindkey -s '^[^f' 'ranger\n'
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user