Addig some real nice to have aliases
This commit is contained in:
parent
bf3f685e3b
commit
0d3899f4a3
8
zshrc
8
zshrc
@ -31,4 +31,12 @@ bindkey '\e[1~' beginning-of-line
|
|||||||
bindkey '\e[4~' end-of-line
|
bindkey '\e[4~' end-of-line
|
||||||
bindkey '\e[3~' delete-char
|
bindkey '\e[3~' delete-char
|
||||||
|
|
||||||
|
######################### nice to have aliases #########################
|
||||||
|
alias vim='nvim'
|
||||||
|
alias ls='ls --color=auto'
|
||||||
|
alias grep='grep --color=auto'
|
||||||
|
alias fgrep='fgrep --color=auto'
|
||||||
|
alias egrep='egrep --color=auto'
|
||||||
|
|
||||||
|
|
||||||
source /usr/share/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
|
source /usr/share/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
|
||||||
|
Loading…
x
Reference in New Issue
Block a user