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