fix(tmux) : be able to repoen sessions

This commit is contained in:
Florian Schmitt 2023-12-30 15:31:02 +03:00
parent 04c275c97d
commit 3a1426e277

View file

@ -32,7 +32,7 @@
enable = true;
autosuggestions.enable = true;
shellAliases = {
tmux = "tmux -f ~/.config/tmux/tmux.conf";
tmux = "tmux -f ~/.config/tmux/tmux.conf attach || tmux -f ~/.config/tmux/tmux.conf new";
ls = "lsd --hyperlink=auto";
icat = "kitty +kitten icat";
nixedit = "vi /etc/nixos";