From 9c0a6aaf9977407eee420dd3469b6cdc4dc69caa Mon Sep 17 00:00:00 2001 From: Tom van der Lee Date: Sat, 25 Apr 2015 21:49:23 +0200 Subject: Added .local/*/bin to path --- bash/.bashrc | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'bash') diff --git a/bash/.bashrc b/bash/.bashrc index 21ffeed..7e7e1ab 100644 --- a/bash/.bashrc +++ b/bash/.bashrc @@ -8,6 +8,10 @@ export PS1='[\d][\t]\u on \h\n\w => ' export TERM="xterm-256color" +export PATH="$PATH:$HOME/.local/bin" +export PATH="$PATH:$HOME/.local/usr/bin" +export PATH="$PATH:$HOME/.local/usr/local/bin" + alias ls='ls --color=auto' man() { -- cgit v1.2.3