3 lines
105 B
Text
3 lines
105 B
Text
|
|
# shellcheck shell=bash
|
||
|
|
# shellcheck disable=SC1090
|
||
|
|
command -v fj &>/dev/null && . <(fj completion bash)
|