-init-
This commit is contained in:
@@ -529,7 +529,7 @@ show_help() {
|
||||
echo " clear Clear cache and log files"
|
||||
echo " --help Show this help message"
|
||||
echo
|
||||
echo "Submit issues at: https://git.appmodel.nl/Tour/finish/issues"
|
||||
echo "Submit issues at: https://git.appmodel.nl/tour/finish/issues"
|
||||
}
|
||||
|
||||
is_subshell() {
|
||||
@@ -707,7 +707,7 @@ acsh_load_config() {
|
||||
install_command() {
|
||||
local bashrc_file="$HOME/.bashrc" finish_setup="source finish enable" finish_cli_setup="complete -F _finishsh_cli finish"
|
||||
if ! command -v finish &>/dev/null; then
|
||||
echo_error "finish.sh not in PATH. Follow install instructions at https://git.appmodel.nl/Tour/finish"
|
||||
echo_error "finish.sh not in PATH. Follow install instructions at https://git.appmodel.nl/tour/finish"
|
||||
return
|
||||
fi
|
||||
if [[ ! -d "$HOME/.finish" ]]; then
|
||||
|
||||
Reference in New Issue
Block a user