feat(tmux): Switch back to Tmux

Sixel has been added to tmux so switch back
This commit is contained in:
uttarayan21
2024-03-25 23:00:13 +05:30
parent 954740d077
commit ae470c7a6c
3 changed files with 16 additions and 23 deletions

View File

@@ -151,8 +151,8 @@
ls = "eza";
cat = "bat";
j = "just --choose";
t = "zellij a -c --index 0";
# t = "tmux";
# t = "zellij a -c --index 0";
t = "tmux";
};
shellAliases = {g = "git";};
shellInit = ''