From 342155ced8fc78b608f23454cb631decb0b7be9b Mon Sep 17 00:00:00 2001 From: Patryk Niedźwiedziński Date: Sat, 3 Oct 2020 22:06:43 +0200 Subject: Update config --- programs/zsh/precomp.zshrc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'programs/zsh') 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 " -- cgit 1.4.1