aboutsummaryrefslogtreecommitdiff
path: root/bashrc
diff options
context:
space:
mode:
authorMiquel Sabaté Solà <msabate@suse.com>2016-05-31 12:29:41 +0200
committerMiquel Sabaté Solà <msabate@suse.com>2016-05-31 12:29:41 +0200
commit2cd03d15f8c8d8c29daef2efb4406825de8b0b12 (patch)
treeffe0585ff717f38099c9468eb6cc5a878e5489e3 /bashrc
parent30862ed08e26f4c1ee2c4cce8c419b8c9fbfe568 (diff)
downloaddotfiles-2cd03d15f8c8d8c29daef2efb4406825de8b0b12.tar.gz
dotfiles-2cd03d15f8c8d8c29daef2efb4406825de8b0b12.zip
Added the `bin` directory and sorted out licensing
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à <msabate@suse.com>
Diffstat (limited to 'bashrc')
-rw-r--r--bashrc8
1 files changed, 4 insertions, 4 deletions
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.