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:
parent
e82334f99a
commit
6c1a57b4b1
@ -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"
|
Loading…
Reference in New Issue
Block a user