From 50538a65e98d8de12300d35fb7cb34b61f611e25 Mon Sep 17 00:00:00 2001 From: Mathias Bynens Date: Tue, 2 Jul 2013 21:25:03 +0200 Subject: =?UTF-8?q?.bash=5Fprofile:=20Remove=20=E2=80=98autocomplete=20Gru?= =?UTF-8?q?nt=20commands=E2=80=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes #224. --- .bash_profile | 3 --- 1 file changed, 3 deletions(-) diff --git a/.bash_profile b/.bash_profile index c6431ec..8124c9a 100644 --- a/.bash_profile +++ b/.bash_profile @@ -35,8 +35,5 @@ complete -W "NSGlobalDomain" defaults # Add `killall` tab completion for common apps complete -o "nospace" -W "Contacts Calendar Dock Finder Mail Safari iTunes SystemUIServer Terminal Twitter" killall -# Autocomplete Grunt commands -which grunt &> /dev/null && eval "$(grunt --completion=bash)" - # If possible, add tab completion for many more commands [ -f /etc/bash_completion ] && source /etc/bash_completion -- cgit v1.2.3