Advertisement
Guest User

Untitled

a guest
Dec 13th, 2019
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. # Setup fzf
  2. # ---------
  3. if [[ ! "$PATH" == */home/n0kt/.fzf/bin* ]]; then
  4. export PATH="${PATH:+${PATH}:}/home/n0kt/.fzf/bin"
  5. fi
  6.  
  7. # Auto-completion
  8. # ---------------
  9. [[ $- == *i* ]] && source "/home/n0kt/.fzf/shell/completion.zsh" 2> /dev/null
  10.  
  11. # Key bindings
  12. # ------------
  13. source "/home/n0kt/.fzf/shell/key-bindings.zsh"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement