1
0
mirror of https://github.com/nvbn/thefuck.git synced 2025-02-20 20:09:07 +00:00

#298 Fix zsh tests with BARE

This commit is contained in:
nvbn 2015-07-31 15:31:51 +03:00
parent 8632a29edc
commit cb2cddbdd9

View File

@ -27,6 +27,9 @@ def proc(request):
proc.sendline(u'eval $(thefuck-alias)')
proc.sendline(u'export HISTFILE=~/.zsh_history')
proc.sendline(u'echo > $HISTFILE')
proc.sendline(u'export SAVEHIST=100')
proc.sendline(u'export HISTSIZE=100')
proc.sendline(u'setopt INC_APPEND_HISTORY')
return proc