1
0
mirror of https://github.com/kremalicious/dotfiles.git synced 2024-11-21 17:27:13 +01:00

grunt tab completion

This commit is contained in:
Matthias Kretschmann 2015-01-13 16:27:03 +01:00
parent e82334f99a
commit 6c1a57b4b1

View File

@ -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"