From 8720db68c04a0044a4710961d61c7790a12ebd40 Mon Sep 17 00:00:00 2001 From: Daniel Carrillo Date: Sat, 28 Jan 2023 19:54:32 +0100 Subject: [PATCH] [.zshrc] Add alias to temporary disable syntax highlighting module --- .zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.zshrc b/.zshrc index cbd79c6..75cefe7 100644 --- a/.zshrc +++ b/.zshrc @@ -48,6 +48,7 @@ alias bkpwd='rm -rf ${PWD}.bak ; cp -a $PWD{,.bak}' alias rgh="rg --hidden -g '!.git/'" alias vim=nvim alias neovim=nvim +alias disable-hl='ZSH_HIGHLIGHT_MAXLENGTH=0' ##### Functions to be used from command line #####