chrome for stupid reasons, tmux updates, direnv
This commit is contained in:
parent
c14e0dde4e
commit
3e02b38f38
5 changed files with 39 additions and 4 deletions
|
@ -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";
|
||||
};
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue