fish: Enable git discovery across filesystem

This is mainly to get rid of the warning when using "git status" where
git doesn't exist when the current partition isn't the same as the root
partition.
This commit is contained in:
Donovan Glover
2022-03-11 10:06:03 -05:00
parent 03d45a8fbd
commit 62c0fe97ac

View File

@ -9,6 +9,7 @@ export BROWSER="firefox"
export PATH="$HOME/.deno/bin:$HOME/.cargo/bin:$HOME/.yarn/bin:$HOME/.local/bin:$PATH"
export RIPGREP_CONFIG_PATH="$HOME/.config/ripgrep/config"
export NODE_OPTIONS="--max_old_space_size=16384"
export GIT_DISCOVERY_ACROSS_FILESYSTEM=1
export SSH_AUTH_SOCK="$XDG_RUNTIME_DIR/ssh-agent.socket"