From 6c1a57b4b14cfd225f6c07108dd31c7586c44ca3 Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Tue, 13 Jan 2015 16:27:03 +0100 Subject: [PATCH] grunt tab completion --- bash_profile | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/bash_profile b/bash_profile index bffa32c..74958a6 100644 --- a/bash_profile +++ b/bash_profile @@ -55,3 +55,9 @@ complete -o "nospace" -W "Contacts Calendar Dock Finder Mail Safari iTunes Syste # aws-cli tab completion complete -C aws_completer aws + +# grunt-cli tab completion +eval "$(grunt --completion=bash)" + +# Load RVM into a shell session *as a function* +[[ -s "$HOME/.rvm/scripts/rvm" ]] && source "$HOME/.rvm/scripts/rvm" \ No newline at end of file