about summary refs log tree commit diff stats
path: root/hm/soispha/conf/alacritty/yaml/shell.yml
diff options
context:
space:
mode:
authorSoispha <soispha@vhack.eu>2023-08-28 20:24:03 +0200
committerSoispha <soispha@vhack.eu>2023-08-28 20:24:03 +0200
commit6e439e39fac16e91bcf126a8e14ad4f1c2ad6244 (patch)
tree76a6af8901ae62b69783900e6aa9ed3965bb02a7 /hm/soispha/conf/alacritty/yaml/shell.yml
parentFix(treewide): Replace old nerdfont icons with new ones (diff)
downloadnixos-config-6e439e39fac16e91bcf126a8e14ad4f1c2ad6244.zip
Refactor(hm/conf/alacritty): Split the configuration in separate files
Diffstat (limited to '')
-rw-r--r--hm/soispha/conf/alacritty/yaml/shell.yml13
1 files changed, 13 insertions, 0 deletions
diff --git a/hm/soispha/conf/alacritty/yaml/shell.yml b/hm/soispha/conf/alacritty/yaml/shell.yml
new file mode 100644
index 00000000..04844dd0
--- /dev/null
+++ b/hm/soispha/conf/alacritty/yaml/shell.yml
@@ -0,0 +1,13 @@
+# Shell
+#
+# You can set `shell.program` to the path of your favorite shell, e.g.
+# `/bin/fish`. Entries in `shell.args` are passed unmodified as arguments to the
+# shell.
+#
+# Default:
+#   - (Linux/BSD/macOS) `$SHELL` or the user's login shell, if `$SHELL` is unset
+#   - (Windows) powershell
+#shell:
+#  program: /bin/bash
+#  args:
+#    - --login