mirror of
https://github.com/ddworken/hishtory.git
synced 2025-01-13 09:48:42 +01:00
fix quote
This commit is contained in:
parent
c050259987
commit
298bb67230
@ -13,7 +13,7 @@ end
|
||||
function __hishtory_on_prompt --on-event fish_postexec
|
||||
# Runs after <ENTER>, after the command is executed
|
||||
set _hishtory_exit_code $status
|
||||
hishtory saveHistoryEntry fish $_hishtory_exit_code \"$_hishtory_command\" $_hishtory_start_time &> /dev/null &
|
||||
hishtory saveHistoryEntry fish $_hishtory_exit_code "$_hishtory_command" $_hishtory_start_time &> /dev/null &
|
||||
builtin disown
|
||||
hishtory updateLocalDbFromRemote &> /dev/null &
|
||||
builtin disown
|
||||
|
Loading…
Reference in New Issue
Block a user