Start tmux from zsh
This commit is contained in:
parent
cbfe1f0d11
commit
6454bd1eeb
1 changed files with 9 additions and 4 deletions
|
@ -35,6 +35,10 @@ 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 = ''
|
||||||
'';
|
'';
|
||||||
|
@ -51,10 +55,11 @@ in {
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
home.packages = [
|
home.packages = with pkgs; [
|
||||||
pkgs.fzf
|
fzf
|
||||||
pkgs.exa
|
exa
|
||||||
pkgs.zsh-git-prompt
|
zsh-git-prompt
|
||||||
|
tmux
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue