Merge pull request #2092 from punchagan/link-profile
lib/helpers: Don't rm "$profile_path" before writing to itpull/2096/head
commit
0b1c65b100
|
|
@ -511,7 +511,6 @@ function _bash-it-profile-save() {
|
|||
case "$RESP" in
|
||||
[yY])
|
||||
echo -e "${echo_green?}Overwriting profile '$name'...${echo_reset_color?}"
|
||||
rm "$profile_path"
|
||||
break
|
||||
;;
|
||||
[nN] | "")
|
||||
|
|
|
|||
Loading…
Reference in New Issue