mirror of
https://github.com/dcarrillo/dotfiles.git
synced 2024-12-22 13:58:00 +00:00
[.zshrc] Add alias to temporary disable syntax highlighting module
This commit is contained in:
parent
5cd23310d3
commit
8720db68c0
1
.zshrc
1
.zshrc
@ -48,6 +48,7 @@ alias bkpwd='rm -rf ${PWD}.bak ; cp -a $PWD{,.bak}'
|
|||||||
alias rgh="rg --hidden -g '!.git/'"
|
alias rgh="rg --hidden -g '!.git/'"
|
||||||
alias vim=nvim
|
alias vim=nvim
|
||||||
alias neovim=nvim
|
alias neovim=nvim
|
||||||
|
alias disable-hl='ZSH_HIGHLIGHT_MAXLENGTH=0'
|
||||||
|
|
||||||
##### Functions to be used from command line #####
|
##### Functions to be used from command line #####
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user