aboutsummaryrefslogtreecommitdiff
path: root/.config/alacritty/shell.yml
diff options
context:
space:
mode:
authorMikunoNaka <bokuwakanojogahoshii@yahoo.com>2021-07-10 12:08:27 +0530
committerMikunoNaka <bokuwakanojogahoshii@yahoo.com>2021-07-10 12:08:27 +0530
commit6bfa2ca06e9a79dd655427b3ef3a8f1cf98ed9ea (patch)
tree36c3af54dea4824a491bbb2197dc56e942cb48ca /.config/alacritty/shell.yml
parent610bf8bf4d6c6e0cb1316710b81fdbe4ddc408dc (diff)
Modularized Alacritty config
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