From 65ac7cf70e04830f4c9b8b339cd962f994c9c858 Mon Sep 17 00:00:00 2001 From: Scott Wallace Date: Sat, 5 Aug 2017 16:30:30 +0100 Subject: [PATCH] Remove archy. --- .Brewfile | 1 - .bashrc | 6 ------ 2 files changed, 7 deletions(-) diff --git a/.Brewfile b/.Brewfile index 7536fb0..3ccf0e7 100644 --- a/.Brewfile +++ b/.Brewfile @@ -2,7 +2,6 @@ tap "caskroom/versions" tap "buo/homebrew-cask-upgrade" brew "ack" -brew "archey" brew "bash-completion" brew "git" brew "coreutils" diff --git a/.bashrc b/.bashrc index 5ded825..6e92020 100755 --- a/.bashrc +++ b/.bashrc @@ -72,12 +72,6 @@ if [ -x "$(which brew 2>/dev/null)" ]; then fi #-------------------------------------------------------------------------------- -#-------------------------------------------------------------------------------- -# Display pretty summary thing at the beginning of a session -#-------------------------------------------------------------------------------- -archey 2>/dev/null -#-------------------------------------------------------------------------------- - #-------------------------------------------------------------------------------- # Rebind CTRL-T to search forward in history #--------------------------------------------------------------------------------