fix: update tmux alias to use sesh
This commit is contained in:
parent
a9df4938e3
commit
2dc04f2ebf
1 changed files with 1 additions and 2 deletions
|
|
@ -1,7 +1,6 @@
|
|||
{
|
||||
pkgs,
|
||||
config,
|
||||
user,
|
||||
...
|
||||
}: {
|
||||
stylix.targets.tmux.enable = false;
|
||||
|
|
@ -156,7 +155,7 @@
|
|||
|
||||
programs.zsh = {
|
||||
shellAliases = {
|
||||
tx = "tmux new -s default";
|
||||
tx = "sesh connect /home/${config.home.username}";
|
||||
ta = "tmux attach -t";
|
||||
tad = "tmux attach -d -t";
|
||||
ts = "tmux new-session -s";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue