Let zsh autocreate ~/.autojump_errors as needed.

pull/18/head
Sudish Joseph 15 years ago committed by Joel Schaerer
parent f6d26b5833
commit 99d72918c8

@ -15,7 +15,7 @@
#along with autojump. If not, see <http://www.gnu.org/licenses/>.
function autojump_preexec() {
(autojump -a "$(pwd -P)"&)>/dev/null 2>>${HOME}/.autojump_errors
(autojump -a "$(pwd -P)"&)>/dev/null 2>>|${HOME}/.autojump_errors
}
typeset -ga preexec_functions

Loading…
Cancel
Save