From 6bfa2ca06e9a79dd655427b3ef3a8f1cf98ed9ea Mon Sep 17 00:00:00 2001 From: MikunoNaka Date: Sat, 10 Jul 2021 12:08:27 +0530 Subject: Modularized Alacritty config --- .config/alacritty/shell.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .config/alacritty/shell.yml (limited to '.config/alacritty/shell.yml') 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 -- cgit v1.2.3