aboutsummaryrefslogtreecommitdiffstats
path: root/bash
diff options
context:
space:
mode:
Diffstat (limited to 'bash')
-rw-r--r--bash/.bashrc4
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 @@
8export PS1='[\d][\t]\u on \h\n\w => ' 8export PS1='[\d][\t]\u on \h\n\w => '
9export TERM="xterm-256color" 9export TERM="xterm-256color"
10 10
11export PATH="$PATH:$HOME/.local/bin"
12export PATH="$PATH:$HOME/.local/usr/bin"
13export PATH="$PATH:$HOME/.local/usr/local/bin"
14
11alias ls='ls --color=auto' 15alias ls='ls --color=auto'
12 16
13man() { 17man() {