This commit is contained in:
Stephan Raabe
2024-05-27 17:30:11 +02:00
parent 93ca44f1ad
commit a5cff60489
4 changed files with 4 additions and 1 deletions
+1
View File
@@ -11,6 +11,7 @@ fi
if [ -f ~/dotfiles-versions/backups/$datets/.bashrc-old ]; then
echo "Backup is already available here ~/dotfiles-versions/backups/$datets/.bashrc-old"
fi
echo
if [ ! -L ~/.bashrc ] && [ -f ~/.bashrc ]; then
bash_confirm="Do you want to replace your existing .bashrc file with the ML4W dotfiles .bashrc file?"
if gum confirm "$bash_confirm" ;then