aboutsummaryrefslogtreecommitdiff
path: root/etc/sh
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2024-04-22 08:42:59 -0300
committerEuAndreh <eu@euandre.org>2024-04-22 08:42:59 -0300
commit9ee50af9ec4ab205668b831c0f8f5a27468f5678 (patch)
treeaa42c275247ba869506a39f93dc57f6dff458df2 /etc/sh
parentetc/sh/rc: Have both $CCFLAGS and $CFLAGS (diff)
downloaddotfiles-9ee50af9ec4ab205668b831c0f8f5a27468f5678.tar.gz
dotfiles-9ee50af9ec4ab205668b831c0f8f5a27468f5678.tar.xz
etc/sh/rc: Include ~/.nix-profile in $PATH
Diffstat (limited to 'etc/sh')
-rw-r--r--etc/sh/rc1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/sh/rc b/etc/sh/rc
index 2f48e89..7aef1ce 100644
--- a/etc/sh/rc
+++ b/etc/sh/rc
@@ -174,6 +174,7 @@ export PREFIX="$XDG_PREFIX/var/mkg"
add_prefix "$PREFIX"
add_prefix "$XDG_PREFIX"
add_prefix "$GOPATH"
+add_prefix "$HOME/.nix-profile"
for d in "$XDG_PREFIX"/opt/bin-dirs/*; do
path_add PATH "$PATH" "$d"