aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/wsl
diff options
context:
space:
mode:
authorToby Vincent <tobyv13@gmail.com>2022-05-25 15:42:42 -0500
committerToby Vincent <tobyv13@gmail.com>2022-05-25 15:42:42 -0500
commit8361dd4b708050a5857c1e89561181ad04ee88c5 (patch)
tree20ca3556392116e7ee907517aef6e461746320cd /wsl
parentde78b21eac81f730bc75c6ebaafbc967e9813943 (diff)
feat(alacritty): rename initial session to home
Diffstat (limited to 'wsl')
-rw-r--r--wsl/.config/alacritty/shell.yml4
1 files changed, 2 insertions, 2 deletions
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'