1
0
Fork 0

zsh: fix brackets

This commit is contained in:
tea 2024-05-13 10:20:35 +02:00
parent b0aba545a8
commit 91fa6fb225
No known key found for this signature in database
1 changed files with 1 additions and 2 deletions

View File

@ -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
}