diff options
| author | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2022-04-13 17:07:38 +0200 |
|---|---|---|
| committer | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2022-04-13 17:07:38 +0200 |
| commit | 27561e82e7e8c73ef73d9d25e66b677b71106108 (patch) | |
| tree | 14453de1831140950b87b8e2eb8f3a9e55883454 /runcoms | |
| parent | d1d7b859086e2403f07592d44e3aeeefd5c2232e (diff) | |
Add exa, add fzf fuzzy search
Diffstat (limited to 'runcoms')
| -rw-r--r-- | runcoms/zshrc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/runcoms/zshrc b/runcoms/zshrc index cf1c248..3166acf 100644 --- a/runcoms/zshrc +++ b/runcoms/zshrc @@ -50,6 +50,8 @@ export VIRTUALENVWRAPPER_PYTHON="/usr/local/bin/python3" export GPG_TTY=$(tty) # FZF Config +[ -f ~/.fzf.zsh ] && source ~/.fzf.zsh + export FZF_DEFAULT_COMMAND='/usr/bin/env rg --color never --files --hidden -g \!.git' export FZF_DEFAULT_OPTS='--preview ''bat --style=numbers --color=always {} | head -500''' if [[ -s "/opt/homebrew/bin/brew" ]]; then |