add jenv completion detection
parent
72f326ac78
commit
f802925a14
|
|
@ -0,0 +1,6 @@
|
||||||
|
#!/usr/bin/env bash
|
||||||
|
# Bash completion support for jenv
|
||||||
|
|
||||||
|
if _command_exists jenv && [[ -r "$(dirname $(readlink -f $(which jenv)))/../completions/jenv.bash" ]] ; then
|
||||||
|
source "$(dirname $(readlink -f $(which jenv)))/../completions/jenv.bash"
|
||||||
|
fi
|
||||||
Loading…
Reference in New Issue