aboutsummaryrefslogtreecommitdiff
path: root/sh/profile
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2013-07-12 16:59:03 +1200
committerTom Ryder <tom@sanctum.geek.nz>2013-07-12 16:59:03 +1200
commit1fab6477645f5102268cfa391b44bbb01a87c93b (patch)
tree22b5c7dfb757ebb8a10c68c01cc6fd474db8ecbf /sh/profile
parentMay as well add my Taskwarrior config (diff)
downloaddotfiles-1fab6477645f5102268cfa391b44bbb01a87c93b.tar.gz
dotfiles-1fab6477645f5102268cfa391b44bbb01a87c93b.zip
Tidier layout, start using .bash_profile again
Shouldn't refer to Bash stuff in Bourne shell profile
Diffstat (limited to 'sh/profile')
-rw-r--r--sh/profile3
1 files changed, 0 insertions, 3 deletions
diff --git a/sh/profile b/sh/profile
index a81d12e0..d5a2fec8 100644
--- a/sh/profile
+++ b/sh/profile
@@ -18,6 +18,3 @@ then
done
fi
-# If running Bash, try to run .bashrc
-[ -n "$BASH" -a -e "$HOME/.bashrc" ] && . $HOME/.bashrc
-