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