This commit is contained in:
Tim Schubert 2021-01-29 23:50:08 +01:00
parent b178815db6
commit f2d601dcbe
Signed by: dadada
GPG key ID: EEB8D1CE62C4DFEA
2 changed files with 2 additions and 4 deletions

View file

@ -40,3 +40,5 @@ color18 #282828
color19 #444155 color19 #444155
color20 #b8b8b8 color20 #b8b8b8
color21 #e8e8e8 color21 #e8e8e8
shell tmux

View file

@ -36,10 +36,6 @@ in
PROMPT="%F{red}%?%f %F{green}%m%f:%F{blue}%~%f " PROMPT="%F{red}%?%f %F{green}%m%f:%F{blue}%~%f "
RPROMPT='$(git_super_status)' RPROMPT='$(git_super_status)'
#NIX_BUILD_SHELL="${pkgs.zsh}/bin/zsh" #NIX_BUILD_SHELL="${pkgs.zsh}/bin/zsh"
if [ "$TMUX" = "" ]
then
tmux
fi
''; '';
profileExtra = '' profileExtra = ''
''; '';