about summary refs log tree commit diff
path: root/hosts/aptos/home.nix
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2022-06-20 12:20:50 -0700
committerFranck Cuny <franck@fcuny.net>2022-06-20 14:40:30 -0700
commit03455e2be8835d89b2b221b0bb5a18a485810918 (patch)
treef2b6a9edf37cdea6ea9f8a2f790756bf47234da9 /hosts/aptos/home.nix
parentref(home/shell): move all shell aliases to a shared configuration (diff)
downloadworld-03455e2be8835d89b2b221b0bb5a18a485810918.tar.gz
ref(home/shell): switch default shell to fish
Change-Id: I905ce6eddc35e4c51a0ab27c8984e0da0fdee7a7
Reviewed-on: https://cl.fcuny.net/c/world/+/457
Reviewed-by: Franck Cuny <franck@fcuny.net>
Tested-by: CI
Diffstat (limited to 'hosts/aptos/home.nix')
-rw-r--r--hosts/aptos/home.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/aptos/home.nix b/hosts/aptos/home.nix
index 106497d..9f7cb0a 100644
--- a/hosts/aptos/home.nix
+++ b/hosts/aptos/home.nix
@@ -23,7 +23,7 @@
     # terminal
     direnv.enable = true;
     gcloud.enable = true;
-    shell.name = "zsh";
+    shell.name = "fish";
     ssh.enable = true;
     terminal.program = "alacritty";
     tmux.enable = true;