forked from colonelpanic/dotfiles
Add newline to bootstrap output.
This commit is contained in:
parent
0ba859714e
commit
683e887e07
@ -33,6 +33,7 @@ function parse_options() {
|
||||
|
||||
read -p "Symlinking files from $DOTFILES_DIRECTORY. This may overwrite existing files in your home directory. Do you wish to proceed? (y/n) " -n 1
|
||||
if [[ $REPLY =~ ^[Yy]$ ]]; then
|
||||
echo
|
||||
symlink_dotfiles
|
||||
fi
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user