diff --git a/.zshrc b/.zshrc index 714573f..400ca60 100644 --- a/.zshrc +++ b/.zshrc @@ -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