diff options
| author | bozo.kopic <bozo@kopic.xyz> | 2023-09-24 21:35:42 +0200 |
|---|---|---|
| committer | bozo.kopic <bozo@kopic.xyz> | 2023-09-24 21:35:42 +0200 |
| commit | 9b7d09d161e3000c8c440059040348466b16811c (patch) | |
| tree | a4b4b7329a0f95fcfe7a0ad19da9e422f2602653 /shell/.profile | |
| parent | 670f643461f90874c0f7601ac3392a5a7df799d6 (diff) | |
.
Diffstat (limited to 'shell/.profile')
| -rw-r--r-- | shell/.profile | 4 |
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 |
