Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
rsteube committed Jan 15, 2024
1 parent 6054279 commit 8a6b60d
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,11 @@ setopt rcquotes
PROMPT=
# load completion system
autoload compinit
autoload -U compinit && compinit
compinit -d "${CARAPACE_BRIDGE_CONFIG_HOME:-~/.config}/carapace/bridge/zsh/.zcompdump_capture"
source "${CARAPACE_BRIDGE_CONFIG_HOME:-~/.config}/carapace/bridge/zsh/.zshrc"
# never run a command
bindkey ''^M'' undefined
bindkey ''^J'' undefined
Expand Down

0 comments on commit 8a6b60d

Please sign in to comment.