Skip to content

Commit

Permalink
chore: export ZOXIDE_CMD_OVERRIDE
Browse files Browse the repository at this point in the history
  • Loading branch information
fisenkodv authored Feb 19, 2024
1 parent 4c83289 commit 8b24c46
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/zsh/zshrc.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ source ~/.zgen/zgen.zsh

export ZSH_CONFIG_HOME="$HOME/.config/zsh"
export GPG_TTY=$TTY # https://unix.stackexchange.com/a/608921
export ZOXIDE_CMD_OVERRIDE=true

# Generate zgen init.sh if it doesn't exist
if ! zgen saved; then
Expand Down

0 comments on commit 8b24c46

Please sign in to comment.