mirror of
https://github.com/robbyrussell/oh-my-zsh.git
synced 2026-04-21 13:53:28 +02:00
d87d4331cf
This commit changes the history alias into a function which puts the passed arguments before `-l 1`. It also provides a temporary workaround to the lack of a `history -c` command in zsh. For more information see issues 739 and 789.