Removes broken fish exit handler.

This commit is contained in:
Bailey 2024-05-07 00:49:50 -04:00
parent c105dae80a
commit 06e86fc7f2

View file

@ -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";