aboutsummaryrefslogtreecommitdiff
path: root/shell
diff options
context:
space:
mode:
authorbozo.kopic <bozo@kopic.xyz>2022-12-02 04:19:59 +0100
committerbozo.kopic <bozo@kopic.xyz>2022-12-02 04:19:59 +0100
commit51951dd784c2853f028097786d314bb385507e18 (patch)
tree04b835aed64e09aceffc3248887d528a7c522a51 /shell
parent44190f015d0f1c7cfd7484bed11eb277087b49f9 (diff)
.
Diffstat (limited to 'shell')
-rw-r--r--shell/.profile7
1 files changed, 7 insertions, 0 deletions
diff --git a/shell/.profile b/shell/.profile
index 619b530..04f755a 100644
--- a/shell/.profile
+++ b/shell/.profile
@@ -20,6 +20,7 @@ prepend_path () {
# export WLR_DRM_NO_MODIFIERS=1
export EDITOR=nvim
export QT_QPA_PLATFORMTHEME=qt5ct
+export SSH_AUTH_SOCK=$XDG_RUNTIME_DIR/ssh-agent.socket
export VISUAL=nvim
@@ -27,3 +28,9 @@ prepend_path ~/opt/janet/bin
prepend_path ~/opt/python310/bin
prepend_path ~/bin
export PATH
+
+
+nix_profile_sh=~/.nix-profile/etc/profile.d/nix.sh
+[ -e $nix_profile_sh ] && . $nix_profile_sh
+export LOCALE_ARCHIVE=~/.nix-profile/lib/locale/locale-archive
+