mirror of
https://github.com/wting/autojump
synced 2026-01-20 07:49:21 +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
|
||||
|
||||
# Script include
|
||||
|
||||
Loading…
Reference in New Issue
Block a user