aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--alacritty/.config/alacritty/shell.yml2
-rw-r--r--wsl/.config/alacritty/shell.yml4
2 files changed, 3 insertions, 3 deletions
diff --git a/alacritty/.config/alacritty/shell.yml b/alacritty/.config/alacritty/shell.yml
index 04aeab5..fea9e0f 100644
--- a/alacritty/.config/alacritty/shell.yml
+++ b/alacritty/.config/alacritty/shell.yml
@@ -3,4 +3,4 @@ shell:
args:
- -l
- -c
- - tmux new -As main
+ - tmux new -As home
diff --git a/wsl/.config/alacritty/shell.yml b/wsl/.config/alacritty/shell.yml
index 8b80d89..c3bd711 100644
--- a/wsl/.config/alacritty/shell.yml
+++ b/wsl/.config/alacritty/shell.yml
@@ -1,6 +1,6 @@
shell:
program: C:\WINDOWS\system32\wsl.exe
args:
- - "tmux new -As main"
+ - "tmux new -As home"
-working_directory: '\\wsl$\Arch\home\tobyv' \ No newline at end of file
+working_directory: '\\wsl$\Arch\home\tobyv'