Bringing back original history plugin stuff (i liked the old history

mass-dump)
This commit is contained in:
Steven Lu 2013-07-26 01:42:06 -04:00
commit 4262b6238e
3 changed files with 4 additions and 5 deletions

2
zshrc
View file

@ -71,7 +71,7 @@ function zshaddhistory() {
echo "$PWD; $COMMAND_STR; $TTY@$(date +%s.%N)" >> ~/.zsh_enhanced_history
# rest is "default" zshaddhistory()
print -sr "${COMMAND_STR}"
print -Sr ${COMMAND_STR}
fc -p
}