Commit 20 février
This commit is contained in:
parent
550a237c7f
commit
f66b688a17
|
@ -17,4 +17,6 @@ PS1='\u@\h \w${GUIX_ENVIRONMENT:+ [env]}\$ '
|
||||||
# Honor per-interactive-shell startup file
|
# Honor per-interactive-shell startup file
|
||||||
if [ -f ~/.bashrc ]; then . ~/.bashrc; fi
|
if [ -f ~/.bashrc ]; then . ~/.bashrc; fi
|
||||||
|
|
||||||
|
export XDG_DATA_DIRS="$XDG_DATA_DIRS:$HOME/.local/share/flatpak/exports/share"
|
||||||
|
export XDG_DATA_DIRS="$XDG_DATA_DIRS:/var/lib/flatpak/exports/share"
|
||||||
|
export LV2_PATH="~/.guix-profile/lib/lv2"
|
||||||
|
|
Loading…
Reference in New Issue