feat: custom fish prompt and GDK scaling

This commit is contained in:
Zhongheng Liu 2024-08-12 09:31:10 +08:00
commit 956c555c6f
No known key found for this signature in database
2 changed files with 8 additions and 1 deletions

View file

@ -16,6 +16,10 @@ in
shellInit = ''
${builtins.readFile ./init/zoxide.fish}
${builtins.readFile ./init/nh.fish}
function fish_greeting
${pkgs.fortune}/bin/fortune -a
end
funcsave -q fish_greeting
'';
shellAliases = import ../aliases {inherit pkgs;};
plugins = [