]> git.netwichtig.de Git - user/henk/vcsh/zsh.git/blobdiff - .zshrc
add function for registering puppet module repos in myrepos
[user/henk/vcsh/zsh.git] / .zshrc
diff --git a/.zshrc b/.zshrc
index 4e9b59964912258b7480af3d4b05055ee8c74481..9d9ed49591ffadadabdd852e7fe508b3a048259e 100644 (file)
--- a/.zshrc
+++ b/.zshrc
@@ -93,6 +93,9 @@ setopt EXTENDED_HISTORY
 # write line to history file when finished, not when started, to have correct runtime
 setopt INC_APPEND_HISTORY_TIME
 
+# Recognize comments on the command line
+setopt INTERACTIVE_COMMENTS
+
 # Error on a redirections which would overwrite an existing file
 setopt NO_CLOBBER
 setopt CORRECT
@@ -214,6 +217,11 @@ zgenom load 'https://github.com/nojhan/liquidprompt'
 # see https://github.com/zsh-users/zsh-syntax-highlighting
 source /usr/share/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
 
+eval "$(zoxide init zsh)"
+
+FZF_TMUX=1
+FZF_CTRL_T_COMMAND='command fdfind --hidden'
+FZF_ALT_C_COMMAND='command fdfind --hidden --type d'
 source /usr/share/doc/fzf/examples/key-bindings.zsh
 source /usr/share/doc/fzf/examples/completion.zsh