mirror of
https://github.com/wting/autojump
synced 2024-10-27 20:34:07 +00:00
Merge branch 'master' of github.com:joelthelion/autojump
This commit is contained in:
commit
cdc171b272
@ -44,7 +44,7 @@ _autojump_files()
|
|||||||
EOF
|
EOF
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
complete -o default -o bashdefault -F _autojump_files cp mv meld diff kdiff3
|
complete -o default -o bashdefault -F _autojump_files cp mv meld diff kdiff3 vim emacs
|
||||||
|
|
||||||
#determine the data directory according to the XDG Base Directory Specification
|
#determine the data directory according to the XDG Base Directory Specification
|
||||||
if [ -n "$XDG_DATA_HOME" ]; then
|
if [ -n "$XDG_DATA_HOME" ]; then
|
||||||
|
Loading…
Reference in New Issue
Block a user