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:
parent
8632a29edc
commit
cb2cddbdd9
@ -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
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user