Initial commit, modular zsh config easy to extend with extra behaviours
This commit is contained in:
commit
df6164e3aa
22 changed files with 154 additions and 0 deletions
3
home/.zsh/interactive/fzf
Normal file
3
home/.zsh/interactive/fzf
Normal file
|
@ -0,0 +1,3 @@
|
|||
#! zsh
|
||||
export FZF_CTRL_R_OPTS="--sort"
|
||||
[ -f ~/.fzf.zsh ] && source ~/.fzf.zsh
|
Loading…
Add table
Add a link
Reference in a new issue