aboutsummaryrefslogtreecommitdiff
path: root/shell/.profile
diff options
context:
space:
mode:
Diffstat (limited to 'shell/.profile')
-rw-r--r--shell/.profile4
1 files changed, 3 insertions, 1 deletions
diff --git a/shell/.profile b/shell/.profile
index 7922bbd..bffc8c1 100644
--- a/shell/.profile
+++ b/shell/.profile
@@ -24,12 +24,14 @@ export QT_QPA_PLATFORMTHEME=qt5ct
export SSH_AUTH_SOCK=$XDG_RUNTIME_DIR/ssh-agent.socket
export VISUAL=nvim
-prepend_path ~/opt/python311/bin
prepend_path ~/opt/river/bin
prepend_path ~/opt/janet/bin
+prepend_path ~/opt/pkgsrc/bin
prepend_path ~/bin
export PATH
+[ -n "$(command -v luarocks)" ] && eval "$(luarocks path)"
+
# nix_profile_sh=~/.nix-profile/etc/profile.d/nix.sh
# [ -e $nix_profile_sh ] && . $nix_profile_sh