various xfce-related updates
This commit is contained in:
parent
42e47f9227
commit
017eab1a02
3 changed files with 23 additions and 3 deletions
1
.zshrc
1
.zshrc
|
|
@ -137,6 +137,7 @@ if [ "$(command -v fasd)" -nt "$fasd_cache" -o ! -s "$fasd_cache" ]; then
|
|||
|
||||
|
||||
[ -f /usr/share/fzf/key-bindings.zsh ] && source /usr/share/fzf/key-bindings.zsh
|
||||
[ -f /usr/share/fzf/shell/key-bindings.zsh ] && source /usr/share/fzf/shell/key-bindings.zsh
|
||||
[ -f /usr/share/fzf/completion.zsh ] && source /usr/share/fzf/completion.zsh
|
||||
|
||||
export FZF_DEFAULT_COMMAND='rg --files --hidden --follow -g "!{.git,node_modules}/*" 2> /dev/null'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue