diff options
Diffstat (limited to 'bash')
| -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() { |
