trying lf

This commit is contained in:
Harri Lahtinen 2019-06-16 12:20:58 +03:00
parent 2fff9de438
commit 3741c0069e
1 changed files with 8 additions and 0 deletions

8
.zshrc
View File

@ -71,6 +71,14 @@ 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'
# 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