fzhist plugin: remove extra trailing spaces

This commit is contained in:
umaranis 2023-09-06 21:30:29 +10:00
parent 8ece90d01e
commit 1ae22937ab
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ elif [ "$shellname" = "zsh" ]; then
hist_file="$HISTFILE"
else
hist_file="$HOME/.zsh_history"
fi
fi
entry="$("$fuzzy" < "$hist_file")"
elif [ "$shellname" = "fish" ]; then
hist_file="$HOME/.local/share/fish/fish_history"