mirror of
https://github.com/tj/git-extras.git
synced 2026-09-10 23:46:24 -04:00
[ fix ] Quote env var
This commit is contained in:
parent
fa35cdab99
commit
ef13ed06a3
|
|
@ -12,7 +12,7 @@ function show_contents {
|
|||
}
|
||||
|
||||
function global_ignore() {
|
||||
git config --global core.excludesfile || echo $XDG_CONFIG_HOME/git/ignore || echo $HOME/.config/git/ignore
|
||||
git config --global core.excludesfile || echo "$XDG_CONFIG_HOME/git/ignore" || echo "$HOME/.config/git/ignore"
|
||||
}
|
||||
|
||||
function show_global {
|
||||
|
|
|
|||
Loading…
Reference in a new issue