mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-01-16 19:08:25 +01:00
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:
parent
03d45a8fbd
commit
62c0fe97ac
@ -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"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user