summaryrefslogtreecommitdiff
path: root/zsh/.zshrc
diff options
context:
space:
mode:
Diffstat (limited to 'zsh/.zshrc')
-rw-r--r--zsh/.zshrc7
1 files changed, 4 insertions, 3 deletions
diff --git a/zsh/.zshrc b/zsh/.zshrc
index 0fbebe2..830964c 100644
--- a/zsh/.zshrc
+++ b/zsh/.zshrc
@@ -1,6 +1,7 @@
-## startx automatically {{{1
-[[ -z $DISPLAY && -z $SSH_CONNECTION && $XDG_VTNR -eq 1 ]] && exec startx
-## Bindings {{{1
+# startx automatically {{{1
+ [[ -z $DISPLAY && -z $SSH_CONNECTION && $XDG_VTNR -eq 1 ]] && exec startx
+
+# Bindings {{{1
# Load fzf bindings here because we will override ^r
[ -f ~/.fzf.zsh ] && source ~/.fzf.zsh