From 73edc77ee2a424afd3a8d286ad8bfbbafd1e26b2 Mon Sep 17 00:00:00 2001 From: katherine Date: Thu, 21 Dec 2017 21:54:36 -0700 Subject: fix zsh-syntax-highlighting default dir --- .zshrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.zshrc b/.zshrc index 5e33e84..a4feab2 100644 --- a/.zshrc +++ b/.zshrc @@ -77,7 +77,7 @@ fi ################# HIGHLIGHTING ################ -local HIGHLIGHT_DIR='~/.zsh/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh' +local HIGHLIGHT_DIR="$HOME/.zsh/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh" [[ -f '/usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh' ]] && \ HIGHLIGHT_DIR='/usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh' [[ -f '/usr/local/share/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh' ]] && \ @@ -163,7 +163,7 @@ fi [[ ! -z $(whence aiksaurus) ]] && alias thesaurus='aiksaurus' [[ ! -z $(whence ag) ]] && alias ag='ag --color-match "1;34"' [[ ! -z $(whence latex) ]] && alias latex='latex -output-format=pdf' -[[ ! -z $(whence startx) ]] && alias sx="startx -dpi $dpi" +[[ ! -z $(whence startx) ]] && alias sx="startx -dpi $dpi -ardelay $kbdelay -arinterval $kbrate" if [[ ! -z $(whence udevil) ]] then alias vmount='udevil mount' -- cgit v1.2.3