diff options
Diffstat (limited to 'home/zsh/zprofile')
| -rw-r--r-- | home/zsh/zprofile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/home/zsh/zprofile b/home/zsh/zprofile index fc0fd72..e159154 100644 --- a/home/zsh/zprofile +++ b/home/zsh/zprofile @@ -3,3 +3,6 @@ if [ -n "$TMUX" ]; then return fi + +# setup homemanager +source /etc/profiles/per-user/"$USER"/etc/profile.d/hm-session-vars.sh |