diff options
Diffstat (limited to '.config/alacritty/shell.toml')
-rw-r--r-- | .config/alacritty/shell.toml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.config/alacritty/shell.toml b/.config/alacritty/shell.toml new file mode 100644 index 0000000..6c4fb7b --- /dev/null +++ b/.config/alacritty/shell.toml @@ -0,0 +1,4 @@ +working_directory = "None" + +[shell] +program = "/bin/fish" |