Added tmux plugin

This commit is contained in:
Serĉanto de Scio 2019-07-05 23:10:37 +10:00
parent c7485503f7
commit 9373c7b29d
Signed by: sercanto
GPG key ID: A4122FF3971B6865

View file

@ -44,7 +44,7 @@
#''; #'';
ohMyZsh = { ohMyZsh = {
enable = true; enable = true;
plugins = [ "git" ]; plugins = [ "git" "tmux" ];
theme = "agnoster"; theme = "agnoster";
}; };
}; };