mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-12-16 03:40:57 +01:00
kitty: Always use fish as the default shell
Since changing the default shell to fish without breaking Fedora with GNOME is non-trivial, I instead set the option from the terminal emulator itself. Although this won't carry over to ttys and other environments, it should be simple enough to start fish manually when needed.
This commit is contained in:
parent
ad3a3fedd3
commit
067c010df8
@ -5,6 +5,9 @@
|
||||
# ========== General ==========
|
||||
# =============================
|
||||
|
||||
# Use the best shell
|
||||
shell fish
|
||||
|
||||
# Set the font family
|
||||
font_family Hack
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user