diff options
Diffstat (limited to 'home/profile')
-rw-r--r-- | home/profile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/home/profile b/home/profile index f81bc8a..b70ccc3 100644 --- a/home/profile +++ b/home/profile @@ -1,5 +1,3 @@ -PATH=${PATH}:/home/mccd/go/bin:/home/mccd/.cargo/bin:/home/mccd/.local/bin - export EDITOR="mg -n" export GDK_DPI_SCALE="1.5" export GDK_SCALE="1.5" @@ -17,3 +15,5 @@ export STITCH_GREP_CMD=ugrep export GUIX_PROFILE="/home/mccd/.guix-profile" . "$GUIX_PROFILE/etc/profile" source /run/current-system/profile/etc/profile.d/nix.sh +export PATH=${PATH}:/home/mccd/go/bin:/home/mccd/.cargo/bin:/home/mccd/.local/bin +export LD_LIBRARY_PATH=~/.guix-profile/lib |