Update default skim command

This commit is contained in:
Daniel Lynn 2022-04-12 00:11:22 -05:00
parent e855ef9a9d
commit ef16c93932
Signed by: daniel
GPG Key ID: 28496A140E180A9D

1
zshenv
View File

@ -5,6 +5,7 @@ export GPG_TTY=$(tty)
export NVM_DIR="$HOME/.nvm"
export DOCKER_HOST="unix://$XDG_RUNTIME_DIR/docker.sock"
export HELIX_RUNTIME="$HOME/src/helix/runtime"
export SKIM_DEFAULT_COMMAND="git ls-tree -r --name-only HEAD || rg --files"
fpath+=(~/.zsh/completions)