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;
|
enable = true;
|
||||||
autosuggestions.enable = true;
|
autosuggestions.enable = true;
|
||||||
shellAliases = {
|
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";
|
ls = "lsd --hyperlink=auto";
|
||||||
icat = "kitty +kitten icat";
|
icat = "kitty +kitten icat";
|
||||||
nixedit = "vi /etc/nixos";
|
nixedit = "vi /etc/nixos";
|
||||||
|
|
Loading…
Reference in a new issue