mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-01 21:21:15 -03:00
Fix for issue where history file would be read immediately on launch
This commit is contained in:
@@ -694,7 +694,7 @@ void signal_unblock()
|
||||
// debug( 0, L"signal block level decreased to %d", block_count );
|
||||
}
|
||||
|
||||
int signal_is_blocked()
|
||||
bool signal_is_blocked()
|
||||
{
|
||||
return !!block_count;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user