mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-06 02:51:32 +01:00
Bringing back original history plugin stuff (i liked the old history
mass-dump)
This commit is contained in:
parent
91edf3e5dd
commit
4262b6238e
3 changed files with 4 additions and 5 deletions
2
zshrc
2
zshrc
|
|
@ -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
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue