From 16d50ccf08cba3d6cd287582b55cf65a785f2cf6 Mon Sep 17 00:00:00 2001 From: Jeff Geerling Date: Fri, 27 May 2016 15:21:15 -0500 Subject: [PATCH] Tidying up .bash_profile. --- .bash_profile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.bash_profile b/.bash_profile index 46c1bce..b6478b8 100644 --- a/.bash_profile +++ b/.bash_profile @@ -13,7 +13,7 @@ export CLICOLOR=1 export LSCOLORS=ExFxCxDxBxegedabagacad # Custom $PATH with extra locations. -export PATH=/usr/local/bin:/Users/jgeerling/bin:/usr/local/sbin:/usr/local/git/bin:/Developer/Eclipse/android-sdk-macosx/platform-tools:/Developer/Eclipse/android-sdk-macosx/tools:$PATH +export PATH=/usr/local/bin:/usr/local/sbin:$HOME/bin:/usr/local/git/bin:$HOME/.composer/vendor/bin:$PATH # Flush DNS cache (See: http://support.apple.com/kb/ht5343). alias flush-dns='sudo killall -HUP mDNSResponder' @@ -75,10 +75,6 @@ export PATH="$(brew --prefix homebrew/php/php56)/bin:$PATH" # Disable cowsay in Ansible. export ANSIBLE_NOCOWS=1 -# Ansible aliases. -alias an='ansible' -alias ap='ansible-playbook' - # Delete a given line number in the known_hosts file. knownrm() { re='^[0-9]+$'