[zsh] Source fzf from a hostname-based path

This commit is contained in:
Sebastian Schulze 2019-07-31 01:20:52 +02:00
parent fcc37b3344
commit b78940a942
Signed by: bascht
GPG Key ID: 5BCB1D3B4D38A35A
1 changed files with 2 additions and 2 deletions

View File

@ -9,13 +9,13 @@ if [[ $TERM == "eterm-color " ]] || [[ $TERM == "dumb" ]]; then
return return
fi fi
plugins=(fzf fasd jump dotenv tmuxinator) plugins=(fzf fasd dotenv tmuxinator)
fpath=( ~/.kubectx/completion "${fpath[@]}" ) fpath=( ~/.kubectx/completion "${fpath[@]}" )
ZSH_CUSTOM="${HOME}/.zsh-custom" ZSH_CUSTOM="${HOME}/.zsh-custom"
ZSH_THEME="powerlevel10k/powerlevel10k" ZSH_THEME="powerlevel10k/powerlevel10k"
ZSH_DOTENV_FILE=".direnv" ZSH_DOTENV_FILE=".direnv"
FZF_MARKS_FILE="~/.config/fzf/${HOSTNAME}" FZF_MARKS_FILE="${HOME}/.config/fzf/${HOSTNAME}"
export ZSH=/home/bascht/.oh-my-zsh export ZSH=/home/bascht/.oh-my-zsh