commit a9abc9dcc0e3adf0c85b4dd5efc391bdf2d0f928 parent e2bb83501300b24be7b86e4aa5a28d003ce0efc0 Author: Jake Koroman <jakekoroman@gmail.com> Date: Thu, 9 May 2024 17:11:10 -0400 remove artix path, both machines now on gentoo Diffstat:
M | .config/zsh/.zshrc | | | 3 | +-- |
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/.config/zsh/.zshrc b/.config/zsh/.zshrc @@ -49,5 +49,4 @@ echo -ne '\e[6 q' # Use beam shape cursor on startup. preexec() { echo -ne '\e[6 q' ;} # Use beam shape cursor for each new prompt. # Load syntax highlighting; should be last. -# installed in different spots on gentoo and artix ... awesome! -source /usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh 2> /dev/null || source /usr/share/zsh/site-functions/zsh-syntax-highlighting.zsh 2> /dev/null +source /usr/share/zsh/site-functions/zsh-syntax-highlighting.zsh 2> /dev/null