Update default skim command
This commit is contained in:
parent
e855ef9a9d
commit
ef16c93932
1
zshenv
1
zshenv
@ -5,6 +5,7 @@ export GPG_TTY=$(tty)
|
|||||||
export NVM_DIR="$HOME/.nvm"
|
export NVM_DIR="$HOME/.nvm"
|
||||||
export DOCKER_HOST="unix://$XDG_RUNTIME_DIR/docker.sock"
|
export DOCKER_HOST="unix://$XDG_RUNTIME_DIR/docker.sock"
|
||||||
export HELIX_RUNTIME="$HOME/src/helix/runtime"
|
export HELIX_RUNTIME="$HOME/src/helix/runtime"
|
||||||
|
export SKIM_DEFAULT_COMMAND="git ls-tree -r --name-only HEAD || rg --files"
|
||||||
|
|
||||||
fpath+=(~/.zsh/completions)
|
fpath+=(~/.zsh/completions)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user