removed lf

This commit is contained in:
Harri Lahtinen 2021-02-17 20:45:34 +02:00
parent 5903742c0a
commit 724bd1cf88
1 changed files with 0 additions and 8 deletions

8
.zshrc
View File

@ -89,14 +89,6 @@ eval "$(fasd --init auto)"
[ -f ~/.fzf.zsh ] && source ~/.fzf.zsh
#LF
LFCD="/home/hate/.config/lf/lfcd.sh"
if [ -f "$LFCD" ]; then
source "$LFCD"
fi
bindkey -s '^o' 'lfcd\n'
# To customize prompt, run `p10k configure` or edit ~/.p10k.zsh.
[[ ! -f ~/.p10k.zsh ]] || source ~/.p10k.zsh