fix: update tmux alias to use sesh

This commit is contained in:
gwg313 2024-02-24 14:32:21 -05:00
parent a9df4938e3
commit 2dc04f2ebf
Signed by: gwg313
GPG key ID: 60FF63B4826B7400

View file

@ -1,7 +1,6 @@
{ {
pkgs, pkgs,
config, config,
user,
... ...
}: { }: {
stylix.targets.tmux.enable = false; stylix.targets.tmux.enable = false;
@ -156,7 +155,7 @@
programs.zsh = { programs.zsh = {
shellAliases = { shellAliases = {
tx = "tmux new -s default"; tx = "sesh connect /home/${config.home.username}";
ta = "tmux attach -t"; ta = "tmux attach -t";
tad = "tmux attach -d -t"; tad = "tmux attach -d -t";
ts = "tmux new-session -s"; ts = "tmux new-session -s";