Another copy of my dotfiles. Because I don't completely trust GitHub.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
328 B

4 years ago
  1. # Setup fzf
  2. # ---------
  3. if [[ ! "$PATH" == */home/yigit/.fzf/bin* ]]; then
  4. export PATH="${PATH:+${PATH}:}/home/yigit/.fzf/bin"
  5. fi
  6. # Auto-completion
  7. # ---------------
  8. [[ $- == *i* ]] && source "/home/yigit/.fzf/shell/completion.zsh" 2> /dev/null
  9. # Key bindings
  10. # ------------
  11. source "/home/yigit/.fzf/shell/key-bindings.zsh"