zsh: fix brackets
This commit is contained in:
parent
b0aba545a8
commit
91fa6fb225
@ -38,8 +38,7 @@ setopt HIST_IGNORE_SPACE HIST_REDUCE_BLANKS HIST_VERIFY HIST_FCNTL_LOCK
|
||||
|
||||
autoload -Uz add-zsh-hook
|
||||
# Import new commands from the history file
|
||||
function _my_import_history_zshaddhistory()
|
||||
{
|
||||
function _my_import_history_zshaddhistory() {
|
||||
fc -RI
|
||||
return 0
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user