diff --git a/src/strategies/match_prev_cmd.zsh b/src/strategies/match_prev_cmd.zsh index 79d358f..c6b4c0c 100644 --- a/src/strategies/match_prev_cmd.zsh +++ b/src/strategies/match_prev_cmd.zsh @@ -48,4 +48,3 @@ _zsh_autosuggest_strategy_match_prev_cmd() { # Echo the matched history entry echo -E "$history[$histkey]" } - diff --git a/zsh-autosuggestions.zsh b/zsh-autosuggestions.zsh index 5df969a..b79327d 100644 --- a/zsh-autosuggestions.zsh +++ b/zsh-autosuggestions.zsh @@ -403,7 +403,6 @@ _zsh_autosuggest_strategy_match_prev_cmd() { echo -E "$history[$histkey]" } - #--------------------------------------------------------------------# # Start # #--------------------------------------------------------------------#