We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5184ff5 commit 9704f21Copy full SHA for 9704f21
uninstall.sh
@@ -146,7 +146,8 @@ clean_shell_profile() {
146
shell_type=$(detect_shell)
147
local profile_path
148
profile_path=$(get_shell_profile "$shell_type")
149
- local profile_backup="${profile_path}.bak.$(date +%s)"
+ local profile_backup
150
+ profile_backup="${profile_path}.bak.$(date +%s)"
151
152
if [[ -f "$profile_path" ]]; then
153
print_info "Checking shell profile: $(basename "$profile_path")"
0 commit comments