Skip to content

Commit

Permalink
Use $ZSHRC variable exported by Zap
Browse files Browse the repository at this point in the history
  • Loading branch information
mamaraddio committed Sep 23, 2023
1 parent 7b55b66 commit 9e72761
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion supercharge.plugin.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ autoload -Uz colors && colors
export PATH="$HOME/.local/bin:$PATH"

# bindings
bindkey -s '^x' '^usource ${ZDOTDIR:-$HOME}/.zshrc\n'
bindkey -s '^x' '^usource $ZSHRC\n'
bindkey -M menuselect '?' history-incremental-search-forward
bindkey -M menuselect '/' history-incremental-search-backward

Expand Down

0 comments on commit 9e72761

Please sign in to comment.