From e6852f1cd8fd10c2f06b553f5626e3fc9bd99561 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Fri, 25 Mar 2022 17:19:40 -0700 Subject: shell: switch from zsh to fish why not ? --- users/fcuny/cli/shell.nix | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 users/fcuny/cli/shell.nix (limited to 'users/fcuny/cli/shell.nix') diff --git a/users/fcuny/cli/shell.nix b/users/fcuny/cli/shell.nix new file mode 100644 index 0000000..0e6a790 --- /dev/null +++ b/users/fcuny/cli/shell.nix @@ -0,0 +1,10 @@ +{ config, lib, pkgs, ... }: + +{ + programs.fish = { + enable = true; + interactiveShellInit = '' + set fish_greeting + ''; + }; +} -- cgit v1.2.3