1
0
Fork 0

[zsh] Add correct base path to fzf installation

main
Sebastian Schulze 2019-07-31 13:04:29 +02:00
parent 31feace4e6
commit a667e614eb
Signed by: bascht
GPG Key ID: 5BCB1D3B4D38A35A
1 changed files with 2 additions and 1 deletions

View File

@ -16,6 +16,7 @@ ZSH_CUSTOM="${HOME}/.zsh-custom"
ZSH_THEME="powerlevel10k/powerlevel10k"
ZSH_DOTENV_FILE=".direnv"
FZF_MARKS_FILE="${HOME}/.config/fzf/${HOSTNAME}"
FZF_BASE="${HOME}/bin"
export ZSH=/home/bascht/.oh-my-zsh
@ -79,6 +80,6 @@ bindkey "^[m" copy-earlier-word
if [ -f ~/Code/architecture/bin/ia ]; then
source <(~/Code/architecture/bin/ia completion)
fi;
source ~/.zsh-custom/plugins/
# To customize prompt, run `p9k_configure` or edit ~/.p10k.zsh.
source ~/.p10k.zsh