[zsh] autostart tmux - revert
This commit is contained in:
parent
a34692e3ff
commit
2882e99328
@ -22,15 +22,10 @@
|
|||||||
# oh-my-zsh
|
# oh-my-zsh
|
||||||
oh-my-zsh = {
|
oh-my-zsh = {
|
||||||
enable = true;
|
enable = true;
|
||||||
plugins = [ "git" "tmux" ];
|
plugins = [ "git" ];
|
||||||
theme = "bira";
|
theme = "bira";
|
||||||
};
|
};
|
||||||
|
|
||||||
# zsh env
|
|
||||||
envExtra = ''
|
|
||||||
ZSH_TMUX_AUTOSTART=true;
|
|
||||||
'';
|
|
||||||
|
|
||||||
# aliasses
|
# aliasses
|
||||||
shellAliases = {
|
shellAliases = {
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user