This commit is contained in:
mike
2025-12-11 01:21:46 +01:00
parent ac343050a8
commit 43a408d962
10 changed files with 108 additions and 68 deletions

View File

@@ -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