Skip to content

Commit

Permalink
Merge pull request #85 from rsteube/zsh-zcompdump-path
Browse files Browse the repository at this point in the history
update zcompump path
  • Loading branch information
rsteube committed Mar 29, 2023
2 parents 801e1e9 + 33ec76a commit d663ba8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ PROMPT=
# load completion system
autoload compinit
compinit -d ~/.zcompdump_capture
compinit -d ${XDG_CONFIG_HOME:-~}/.zcompdump_capture
source "${XDG_CONFIG_HOME:-~/.config}/zsh/.zshrc"
# never run a command
Expand Down

0 comments on commit d663ba8

Please sign in to comment.