4 lines
91 B
Bash
4 lines
91 B
Bash
|
if [ -r /usr/share/autojump/autojump.sh ]; then
|
||
|
source /usr/share/autojump/autojump.sh
|
||
|
fi
|