removed lf
This commit is contained in:
parent
5903742c0a
commit
724bd1cf88
8
.zshrc
8
.zshrc
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue