about summary refs log tree commit diff
path: root/programs/zsh/precomp.zshrc
diff options
context:
space:
mode:
Diffstat (limited to 'programs/zsh/precomp.zshrc')
-rw-r--r--programs/zsh/precomp.zshrc2
1 files changed, 2 insertions, 0 deletions
diff --git a/programs/zsh/precomp.zshrc b/programs/zsh/precomp.zshrc
index 6398877..c19a3c5 100644
--- a/programs/zsh/precomp.zshrc
+++ b/programs/zsh/precomp.zshrc
@@ -1,6 +1,8 @@
 [ -f ~/.nix-profile/etc/profile.d/nix.sh ] && . ~/.nix-profile/etc/profile.d/nix.sh
 export NIX_PATH=$HOME/.nix-defexpr/channels${NIX_PATH:+:}$NIX_PATH
 
+source ~/.zprofile
+
 autoload -U colors && colors
 PS1="%B%{$fg[red]%}[%{$fg[yellow]%}%n%{$fg[green]%}@%{$fg[blue]%}%M %{$fg[magenta]%}%~%{$fg[red]%}]%{$reset_color%}$%b "