aboutsummaryrefslogtreecommitdiff
path: root/.config/alacritty/shell.yml
diff options
context:
space:
mode:
Diffstat (limited to '.config/alacritty/shell.yml')
-rw-r--r--.config/alacritty/shell.yml14
1 files changed, 14 insertions, 0 deletions
diff --git a/.config/alacritty/shell.yml b/.config/alacritty/shell.yml
new file mode 100644
index 0000000..42cab6f
--- /dev/null
+++ b/.config/alacritty/shell.yml
@@ -0,0 +1,14 @@
+shell:
+ program: /bin/fish
+# program: /bin/zsh
+# args:
+# - --login
+
+# Startup directory
+#
+# Directory the shell is started in. If this is unset, or `None`, the working
+# directory of the parent process will be used.
+working_directory: None
+
+# Send ESC (\x1b) before characters when alt is pressed.
+alt_send_esc: false