about summary refs log tree commit diff
path: root/hosts/tahoe/home.nix
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2023-03-11 14:33:26 -0800
committerFranck Cuny <franck@fcuny.net>2023-03-11 14:33:26 -0800
commitdea91567f215c0245517f9b87d28130a291a19a6 (patch)
tree0a7457b90f224467ff9994fbc1435a9524528878 /hosts/tahoe/home.nix
parentsecrets: move aptos' gcloud secrets to homeage (diff)
downloadworld-dea91567f215c0245517f9b87d28130a291a19a6.tar.gz
home/shell: switch the default shell back to zsh
I keep running into issues when using fish: I'm not familiar with the
syntax and I don't use it enough that it sticks. I also need to google
stuff regularly to figure out how things are supposed to work. This is
annoying enough that the supposed benefits of fish are not worth it for
me.
Diffstat (limited to 'hosts/tahoe/home.nix')
-rw-r--r--hosts/tahoe/home.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/tahoe/home.nix b/hosts/tahoe/home.nix
index d973b6f..c58d0d4 100644
--- a/hosts/tahoe/home.nix
+++ b/hosts/tahoe/home.nix
@@ -6,7 +6,7 @@
     packages.enable = true;
 
     # terminal
-    shell.name = "fish";
+    shell.name = "zsh";
     ssh.enable = true;
     tmux.enable = true;