From 7ef38cf7e827267acdbfd4a9c047447278519a4b Mon Sep 17 00:00:00 2001 From: Peter Dave Hello Date: Fri, 11 Nov 2016 19:43:36 +0800 Subject: [PATCH] fix/retab indent in bash_completion [no-ci] --- bash_completion | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bash_completion b/bash_completion index 42bd7af..9fe6270 100644 --- a/bash_completion +++ b/bash_completion @@ -85,7 +85,7 @@ __nvm () # called bashcompinit that will create a complete in ZSH. If the user is in # ZSH, load and run bashcompinit before calling the complete function. if [[ -n ${ZSH_VERSION-} ]]; then - autoload -U +X bashcompinit && bashcompinit + autoload -U +X bashcompinit && bashcompinit fi complete -o default -o nospace -F __nvm nvm