trying lf
This commit is contained in:
parent
2fff9de438
commit
3741c0069e
8
.zshrc
8
.zshrc
|
|
@ -71,6 +71,14 @@ eval "$(fasd --init auto)"
|
||||||
|
|
||||||
[ -f ~/.fzf.zsh ] && source ~/.fzf.zsh
|
[ -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'
|
||||||
|
|
||||||
# The next line updates PATH for the Google Cloud SDK.
|
# The next line updates PATH for the Google Cloud SDK.
|
||||||
if [ -f '/home/hate/google-cloud-sdk/path.zsh.inc' ]; then source '/home/hate/google-cloud-sdk/path.zsh.inc'; fi
|
if [ -f '/home/hate/google-cloud-sdk/path.zsh.inc' ]; then source '/home/hate/google-cloud-sdk/path.zsh.inc'; fi
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue