Add an accidentally untracked new file

This commit is contained in:
Danielle McLean 2016-10-02 19:15:04 +11:00
parent 2a042c031b
commit 75bfbb6e90
No known key found for this signature in database
GPG key ID: CC91589719027E94

View file

@ -0,0 +1,7 @@
#! zsh
if [[ -z $BUFFER && -n $jobstates ]]; then
BUFFER=" fg"
zle accept-line
else
zle self-insert '^Z'
fi