summaryrefslogtreecommitdiff
path: root/zsh/.zshrc
diff options
context:
space:
mode:
authorUrbain Vaes <urbain@vaes.uk>2021-08-10 10:32:16 +0200
committerUrbain Vaes <urbain@vaes.uk>2021-08-10 10:51:55 +0200
commitfce46ed7e852dfc60466c50f348c0c2c7caba7fc (patch)
treea3b2dce0f107676829f0eea49fcc0d8e9601c4dc /zsh/.zshrc
parentd140b98cba4b37805e4f2b112e93c87ae6adbe73 (diff)
Minor change
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