Fix tmux
This commit is contained in:
parent
b178815db6
commit
f2d601dcbe
2 changed files with 2 additions and 4 deletions
|
@ -40,3 +40,5 @@ color18 #282828
|
|||
color19 #444155
|
||||
color20 #b8b8b8
|
||||
color21 #e8e8e8
|
||||
|
||||
shell tmux
|
||||
|
|
|
@ -36,10 +36,6 @@ in
|
|||
PROMPT="%F{red}%?%f %F{green}%m%f:%F{blue}%~%f "
|
||||
RPROMPT='$(git_super_status)'
|
||||
#NIX_BUILD_SHELL="${pkgs.zsh}/bin/zsh"
|
||||
if [ "$TMUX" = "" ]
|
||||
then
|
||||
tmux
|
||||
fi
|
||||
'';
|
||||
profileExtra = ''
|
||||
'';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue