summaryrefslogtreecommitdiffstats
path: root/.bashrc
diff options
context:
space:
mode:
Diffstat (limited to '.bashrc')
-rw-r--r--.bashrc5
1 files changed, 5 insertions, 0 deletions
diff --git a/.bashrc b/.bashrc
index c5f7182..5e51d75 100644
--- a/.bashrc
+++ b/.bashrc
@@ -1,6 +1,11 @@
+PATH='/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games'
+PATH="${HOME}/bin:${PATH}"
+
# Interactive shells only beyond this point
[ "${PS1+set}" = 'set' ] || return
+PATH="${HOME}/ibin:${PATH}"
+
# Bash history
HISTSIZE=1000
HISTFILESIZE=1000