fish: conf.d/setup: Enable XDG support for ghcup

This commit is contained in:
Sanchayan Maity 2022-08-03 20:31:14 +05:30
parent 01dfb0429c
commit 16251e5d4c
1 changed files with 2 additions and 0 deletions

View File

@ -65,6 +65,8 @@ function __fish_setup_on_tty_login --description "Set up environment on tty logi
mkdir -p /tmp/gst-dot
set -Ux GST_DEBUG_DUMP_DOT_DIR /tmp/gst-dot
set -Ux GHCUP_USE_XDG_DIRS 1
end
# Instead of tty check, we would have liked to do this using status is-login