diff options
author | Luca Matei Pintilie <luca@lucamatei.com> | 2023-07-30 19:49:26 +0000 |
---|---|---|
committer | Luca Matei Pintilie <luca@lucamatei.com> | 2023-07-30 19:49:26 +0000 |
commit | 43fd5c1630142d25dc560f7be36695fb33cc8c30 (patch) | |
tree | 3af5fa11a0b3f38c128b6051ccb3d7c48348dab1 /bootstrap.sh | |
parent | 14fa309c3c7d70f36aac087350ceac3a7ff32dfc (diff) | |
download | dotfiles-43fd5c1630142d25dc560f7be36695fb33cc8c30.tar dotfiles-43fd5c1630142d25dc560f7be36695fb33cc8c30.tar.gz dotfiles-43fd5c1630142d25dc560f7be36695fb33cc8c30.tar.bz2 dotfiles-43fd5c1630142d25dc560f7be36695fb33cc8c30.tar.lz dotfiles-43fd5c1630142d25dc560f7be36695fb33cc8c30.tar.xz dotfiles-43fd5c1630142d25dc560f7be36695fb33cc8c30.tar.zst dotfiles-43fd5c1630142d25dc560f7be36695fb33cc8c30.zip |
Update neovim config code style a bit
Diffstat (limited to 'bootstrap.sh')
-rwxr-xr-x | bootstrap.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap.sh b/bootstrap.sh index 12247fb..82ae85b 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -22,7 +22,7 @@ doIt() { if [ "$1" = "--force" ] || [ "$1" = "-f" ] then - doIt; + doIt else printf "This may overwrite existing files in your home directory. Are you sure? (y/n) " read -r REPLY |