mirror of
https://github.com/wting/autojump
synced 2024-10-27 20:34:07 +00:00
Let zsh autocreate ~/.autojump_errors as needed.
This commit is contained in:
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…
Reference in New Issue
Block a user