From e8f413426bca8266ce75274bee8714021dbc99be Mon Sep 17 00:00:00 2001 From: Alex Karle Date: Mon, 18 Mar 2019 23:48:57 -0400 Subject: [PATCH] [bash] remove bash_path from git This file usually varies system-to-system and does not require much updating or really need version control (in its current state). Taking it out of the repo for now to remove cruft / make managing multiple machines easier. --- bash/bash_path | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 bash/bash_path diff --git a/bash/bash_path b/bash/bash_path deleted file mode 100644 index 54a4ac2..0000000 --- a/bash/bash_path +++ /dev/null @@ -1,11 +0,0 @@ -#!/usr/bin/env bash - -# Add Homebrew `/usr/local/bin` and User `~/bin` to the `$PATH` -PATH=/usr/local/bin:$PATH -PATH=$HOME/bin:$PATH - -# Add cargo to path -PATH="$HOME/.cargo/bin:$PATH" - -# Export it! -export PATH -- libgit2 0.28.4