feat: custom fish prompt and GDK scaling
This commit is contained in:
parent
b62127100e
commit
956c555c6f
2 changed files with 8 additions and 1 deletions
|
@ -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 = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue