mirror of
https://github.com/wting/autojump
synced 2026-01-22 16:59:22 +00:00
Fixing screen not importing functions
This commit is contained in:
parent
0883bf60aa
commit
e85851d394
@ -1,4 +1,4 @@
|
|||||||
if [[ -z $AUTOJUMP_SOURCED ]]; then
|
if [[ "$(type -t j)" != "function" ]]; then
|
||||||
export AUTOJUMP_SOURCED=1
|
export AUTOJUMP_SOURCED=1
|
||||||
|
|
||||||
# Script include
|
# Script include
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user