Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions bashmount
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@ if (( $# > 0 )) && [[ "$1" == "-v" || "$1" == "--version" ]]; then
exit 0
fi

# Change the terminal title and reset it on exit
printf '\e[22t\e]0;bashmount\a'
trap 'printf "\e[23t"' EXIT

declare -ri EXIT_CMDNOTFOUND=127
declare -ri EXIT_CONFIG=78

Expand Down