diff --git a/client/lib/config.fish b/client/lib/config.fish index a0e6cb9..0cb0d78 100644 --- a/client/lib/config.fish +++ b/client/lib/config.fish @@ -2,8 +2,8 @@ function _hishtory_post_exec --on-event fish_preexec # Runs after , but before the command is executed set --global _hishtory_command $argv set --global _hishtory_start_time (date +%s) - hishtory presaveHistoryEntry bash "$_hishtory_command" $_hishtory_start_time & # Background Run - # hishtory presaveHistoryEntry bash "$_hishtory_command" $_hishtory_start_time # Foreground Run + hishtory presaveHistoryEntry fish "$_hishtory_command" $_hishtory_start_time & # Background Run + # hishtory presaveHistoryEntry fish "$_hishtory_command" $_hishtory_start_time # Foreground Run end set --global _hishtory_first_prompt 1