mirror of
https://github.com/traxys/Nixfiles.git
synced 2026-05-15 15:25:08 +02:00
minimal: Move greeting to the correct place
This commit is contained in:
parent
89b2d645fd
commit
e69da91ea2
1 changed files with 5 additions and 4 deletions
|
|
@ -299,6 +299,11 @@
|
|||
enable = true;
|
||||
|
||||
functions = {
|
||||
fish_greeting = ''
|
||||
${pkgs.fortune}/bin/fortune \
|
||||
| ${pkgs.cowsay}/bin/cowsay \
|
||||
| ${pkgs.dotacat}/bin/dotacat
|
||||
'';
|
||||
fish_user_key_bindings = ''
|
||||
bind -k up up-or-search-prefix
|
||||
bind \eOA up-or-search-prefix
|
||||
|
|
@ -380,10 +385,6 @@
|
|||
and status is-interactive
|
||||
keychain --eval $SSH_KEYS_TO_AUTOLOAD | source
|
||||
end
|
||||
|
||||
${pkgs.fortune}/bin/fortune \
|
||||
| ${pkgs.cowsay}/bin/cowsay \
|
||||
| ${pkgs.dotacat}/bin/dotacat
|
||||
'';
|
||||
|
||||
shellAliases = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue