We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
~
1 parent 740fce7 commit e5b7006Copy full SHA for e5b7006
capture.zsh
@@ -23,7 +23,7 @@ PROMPT=
23
24
# load completion system
25
autoload compinit
26
-compinit -d ~/.zcompdump_capture
+compinit -d "${ZDOTDIR:-~}/.zcompdump_kek"
27
28
# never run a command
29
bindkey ''^M'' undefined
0 commit comments