From 2cd03d15f8c8d8c29daef2efb4406825de8b0b12 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Tue, 31 May 2016 12:29:41 +0200 Subject: Added the `bin` directory and sorted out licensing MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Everything is licensed under the MIT license, except what it's inside of the `bin` directory, which is licensed under the GPLv3+ license. Signed-off-by: Miquel Sabaté Solà --- bashrc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'bashrc') diff --git a/bashrc b/bashrc index f451c40..bd7754e 100644 --- a/bashrc +++ b/bashrc @@ -121,10 +121,10 @@ source_maybe $HOME/.tdcompletion.sh # Complete the `docker` command if possible. source_maybe $HOME/.dockercompletion.sh -# Add the `scripts` dir to the path if possible. See: -# https://github.com/mssola/scripts. -if [ -d $HOME/.scripts ]; then - export PATH=$HOME/.scripts:$PATH +# Add the `bin` dir to the path if possible. See: +# https://github.com/mssola/dotfiles. +if [ -d $HOME/bin ]; then + export PATH=$HOME/bin:$PATH fi # Finally get RVM straight. -- cgit v1.2.3