diff options
| -rwxr-xr-x | .local/bin/dotfiles | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.local/bin/dotfiles b/.local/bin/dotfiles index faf2c1f..4eec480 100755 --- a/.local/bin/dotfiles +++ b/.local/bin/dotfiles @@ -6,7 +6,7 @@ prompt_for_install() { echo "$label" read -rn 1 -p "Install? (y/n)" input echo - if [[ $input == y ]]; then return 0; else return 1; fi + [[ $input == y ]] } clipboard_hint() { |
