diff --git a/modules/home/core/default.nix b/modules/home/core/default.nix index 1e674c0..e95b723 100644 --- a/modules/home/core/default.nix +++ b/modules/home/core/default.nix @@ -134,14 +134,6 @@ in enable = true; functions = { fish_greeting = "echo ~~ Hi ~$USER! Welcome to $hostname. ~~"; - __fish_exit_handler = { - onEvent = "fish_exit"; - body = '' - echo - set_color -i; string pad -w$COLUMNS "So long Space Cowgirl..."; set_color normal; - sleep 1 - ''; - }; __fish_command_not_found_handler = { body = "__fish_default_command_not_found_handler $argv[1]"; onEvent = "fish_command_not_found";