chrome for stupid reasons, tmux updates, direnv

This commit is contained in:
= 2024-03-13 13:53:45 -05:00
parent c14e0dde4e
commit 3e02b38f38
5 changed files with 39 additions and 4 deletions

View file

@ -73,5 +73,10 @@ in
}
];
};
home.shellAliases = {
t = "tmux";
tat = "tmux ls 2>/dev/null && tmux attach-session -t \"$(tmux ls | head -n1 | cut -d: -f1)\" || tmux new-session";
};
}