add XDG_CONFIG_HOME
This commit is contained in:
parent
83752bf57d
commit
6f3e2778f8
1 changed files with 1 additions and 0 deletions
1
arch.sh
1
arch.sh
|
@ -94,6 +94,7 @@ main() {
|
|||
curl -s ${repo}/.config/fish/conf.d/abbr_arch.fish >> "$HOME"/.config/fish/conf.d/abbr.fish
|
||||
# Add aliases
|
||||
wget -q ${repo}/.config/fish/conf.d/alias.fish -O "$HOME"/.config/fish/conf.d/alias.fish
|
||||
fish -c "set -Ux XDG_CONFIG_HOME '$HOME/.config'"
|
||||
|
||||
# Themes in Gnome Terminal, the default one will be the dark one
|
||||
local GT_default
|
||||
|
|
Loading…
Reference in a new issue