mirror of
https://github.com/nvbn/thefuck.git
synced 2025-09-18 03:02:34 +01:00
#298 Fix zsh tests with BARE
This commit is contained in:
@@ -27,6 +27,9 @@ def proc(request):
|
|||||||
proc.sendline(u'eval $(thefuck-alias)')
|
proc.sendline(u'eval $(thefuck-alias)')
|
||||||
proc.sendline(u'export HISTFILE=~/.zsh_history')
|
proc.sendline(u'export HISTFILE=~/.zsh_history')
|
||||||
proc.sendline(u'echo > $HISTFILE')
|
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
|
return proc
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user