aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkatherine <shmibs@shmibbles.me>2017-12-21 21:54:36 -0700
committerkatherine <shmibs@shmibbles.me>2017-12-21 21:54:36 -0700
commit73edc77ee2a424afd3a8d286ad8bfbbafd1e26b2 (patch)
tree960e656d1ee0e9c12799df4eb3c5ead70c67e488
parent6bbf23c77a814fb7c2fd0fc6fc3fee28e1c66284 (diff)
downloaddotfiles-73edc77ee2a424afd3a8d286ad8bfbbafd1e26b2.tar.gz
fix zsh-syntax-highlighting default dir
-rw-r--r--.zshrc4
1 files 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'