From 3741c0069eaaba1214c78f308be0c2aa14368453 Mon Sep 17 00:00:00 2001 From: Harri Lahtinen Date: Sun, 16 Jun 2019 12:20:58 +0300 Subject: [PATCH] trying lf --- .zshrc | 8 ++++++++ 1 file changed, 8 insertions(+) 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