Compare commits
2 Commits
e45e437fc0
...
8d4e100277
| Author | SHA1 | Date | |
|---|---|---|---|
| 8d4e100277 | |||
| fa45b48ca3 |
16
.fzf.zsh
Normal file
16
.fzf.zsh
Normal file
@@ -0,0 +1,16 @@
|
||||
# Setup fzf
|
||||
# ---------
|
||||
if [[ ! "$PATH" == */home/chawley/.fzf/bin* ]]; then
|
||||
PATH="${PATH:+${PATH}:}/home/chawley/.fzf/bin"
|
||||
fi
|
||||
|
||||
# Ignore .git directories
|
||||
export FZF_DEFAULT_COMMAND="find . \( -name .git \) -prune -o -print"
|
||||
|
||||
# Auto-completion
|
||||
# ---------------
|
||||
source "/home/chawley/.fzf/shell/completion.zsh"
|
||||
|
||||
# Key bindings
|
||||
# ------------
|
||||
source "/home/chawley/.fzf/shell/key-bindings.zsh"
|
||||
@@ -1,4 +1,5 @@
|
||||
# dotfiles-zsh
|
||||
|
||||
Just a place to track my `.zshrc`.
|
||||
Includes setting for [oh-my-zsh ](https://github.com/robbyrussell/oh-my-zsh) (required)
|
||||
Just a place to track my ZSH configs
|
||||
|
||||
Including `.zshrc`, `.fzf.zsh` and settings for [oh-my-zsh ](https://github.com/robbyrussell/oh-my-zsh) (required)
|
||||
|
||||
Reference in New Issue
Block a user