fish: conf.d/setup: Enable XDG support for ghcup
This commit is contained in:
parent
01dfb0429c
commit
16251e5d4c
1 changed files with 2 additions and 0 deletions
|
@ -65,6 +65,8 @@ function __fish_setup_on_tty_login --description "Set up environment on tty logi
|
||||||
|
|
||||||
mkdir -p /tmp/gst-dot
|
mkdir -p /tmp/gst-dot
|
||||||
set -Ux GST_DEBUG_DUMP_DOT_DIR /tmp/gst-dot
|
set -Ux GST_DEBUG_DUMP_DOT_DIR /tmp/gst-dot
|
||||||
|
|
||||||
|
set -Ux GHCUP_USE_XDG_DIRS 1
|
||||||
end
|
end
|
||||||
|
|
||||||
# Instead of tty check, we would have liked to do this using status is-login
|
# Instead of tty check, we would have liked to do this using status is-login
|
||||||
|
|
Loading…
Reference in a new issue