diff options
| author | 2015-04-25 21:49:23 +0200 | |
|---|---|---|
| committer | 2015-04-25 21:49:23 +0200 | |
| commit | 9c0a6aaf9977407eee420dd3469b6cdc4dc69caa (patch) | |
| tree | 61afc6ec3d9a3622543110fd909ba8793f1838bc | |
| parent | 22d711a746804473f1fe40b2cb4f0ee8bfe4b864 (diff) | |
| download | dotfiles-9c0a6aaf9977407eee420dd3469b6cdc4dc69caa.tar.gz dotfiles-9c0a6aaf9977407eee420dd3469b6cdc4dc69caa.tar.bz2 dotfiles-9c0a6aaf9977407eee420dd3469b6cdc4dc69caa.zip | |
Added .local/*/bin to path
| -rw-r--r-- | bash/.bashrc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/bash/.bashrc b/bash/.bashrc index 21ffeed..7e7e1ab 100644 --- a/bash/.bashrc +++ b/bash/.bashrc | |||
| @@ -8,6 +8,10 @@ | |||
| 8 | export PS1='[\d][\t]\u on \h\n\w => ' | 8 | export PS1='[\d][\t]\u on \h\n\w => ' |
| 9 | export TERM="xterm-256color" | 9 | export TERM="xterm-256color" |
| 10 | 10 | ||
| 11 | export PATH="$PATH:$HOME/.local/bin" | ||
| 12 | export PATH="$PATH:$HOME/.local/usr/bin" | ||
| 13 | export PATH="$PATH:$HOME/.local/usr/local/bin" | ||
| 14 | |||
| 11 | alias ls='ls --color=auto' | 15 | alias ls='ls --color=auto' |
| 12 | 16 | ||
| 13 | man() { | 17 | man() { |
