main
Alpha Chen 3 months ago
parent 96902cd3d0
commit 143377611d
Signed by: alpha
SSH Key Fingerprint: SHA256:3fOT8fiYQG/aK9ntivV3Bqtg8AYQ7q4nV6ZgihOA20g

@ -92,6 +92,7 @@ export FZF_TMUX_OPTS="-p80%,60%"
export FZF_DEFAULT_COMMAND="fd --type f --strip-cwd-prefix --hidden --follow --exclude .git"
export FZF_CTRL_T_COMMAND="$FZF_DEFAULT_COMMAND"
export FZF_ALT_C_COMMAND="fd --type d --strip-cwd-prefix --hidden --follow --exclude .git"
export RIPGREP_CONFIG_PATH=~/.dotfiles/ripgreprc
export RUBY_YJIT_ENABLE=true

@ -0,0 +1,6 @@
# otherwise .github is ignored
--hidden
# ignore .git, now that we're searching hidden files/directories
--glob
!.git/*
Loading…
Cancel
Save