diff options
| author | bozo.kopic <bozo@kopic.xyz> | 2022-05-26 20:23:02 +0200 |
|---|---|---|
| committer | bozo.kopic <bozo@kopic.xyz> | 2022-05-26 20:23:02 +0200 |
| commit | cbba80700cbdc95d294f3ec61075ff2cbdd503e3 (patch) | |
| tree | 98d4561d227cebf5b207cdd0c622444600134849 /shell/.profile | |
| parent | 38da1893e95fa4438f01a67c5ebb180b21548bc1 (diff) | |
.
Diffstat (limited to 'shell/.profile')
| -rw-r--r-- | shell/.profile | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/shell/.profile b/shell/.profile index eda4c94..d24656e 100644 --- a/shell/.profile +++ b/shell/.profile @@ -8,6 +8,18 @@ prepend_path () { esac } + +_GUIX_PROFILE=~/.config/guix/current +export GUIX_PROFILE=~/.guix-profile +export GUIX_LOCPATH=$GUIX_PROFILE/lib/locale + +export INFOPATH=$_GUIX_PROFILE/share/info:$INFOPATH +export XDG_DATA_DIRS=$GUIX_PROFILE/share:${XDG_DATA_DIRS:-/usr/local/share/:/usr/share/} + +prepend_path $_GUIX_PROFILE/bin +[ -f $GUIX_PROFILE/etc/profile ] && . $GUIX_PROFILE/etc/profile + + # export ATOM_NODE_URL=http://gh-contractor-zcbenz.s3.amazonaws.com/atom-shell/dist # export CHICKEN_REPOSITORY=~/programs/chicken_repository # export GDK_BACKEND=wayland @@ -22,6 +34,7 @@ export EDITOR=nvim export QT_QPA_PLATFORMTHEME=qt5ct export VISUAL=nvim + prepend_path ~/opt/janet/bin prepend_path ~/opt/python310/bin prepend_path ~/bin |
