LuaLine, iTerm2, Material

This commit is contained in:
2022-11-30 14:12:27 -05:00
parent eeefab3584
commit 8905800708
12 changed files with 841 additions and 24 deletions

View File

@@ -3,6 +3,9 @@
{
programs.bash = {
enable = true;
shellAliases = {
grep = "grep --color";
};
profileExtra =''
set -o vi
[ ! -z $TMUX ] || tmux a || tmux