aboutsummaryrefslogtreecommitdiffstats
path: root/.zshrc
diff options
context:
space:
mode:
Diffstat (limited to '.zshrc')
-rw-r--r--.zshrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.zshrc b/.zshrc
index db17642..8da96cb 100644
--- a/.zshrc
+++ b/.zshrc
@@ -160,7 +160,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 -ardelay $kbdelay -arinterval $kbrate"
+[[ ! -z $(whence startx) ]] && alias sx="startx -- -dpi $dpi -ardelay $kbdelay -arinterval $kbrate"
if [[ ! -z $(whence udevil) ]] then
alias vmount='udevil mount'