fix(tmux) : be able to repoen sessions
This commit is contained in:
parent
04c275c97d
commit
3a1426e277
1 changed files with 1 additions and 1 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue