summaryrefslogtreecommitdiff
path: root/.bash_profile
diff options
context:
space:
mode:
authorMike Crute <mcrute@gmail.com>2009-11-17 20:20:01 -0500
committerMike Crute <mike@crute.us>2009-11-17 20:20:01 -0500
commit9b6b7f41efdb6cd8e0bcb45ccd21ed4a78d3f18f (patch)
tree2ae31a81870ee91838a9bfe39b095db9749e9035 /.bash_profile
parent46f238b877c78b1555ade071c8d061247dab5a32 (diff)
downloaddotfiles-9b6b7f41efdb6cd8e0bcb45ccd21ed4a78d3f18f.tar.bz2
dotfiles-9b6b7f41efdb6cd8e0bcb45ccd21ed4a78d3f18f.tar.xz
dotfiles-9b6b7f41efdb6cd8e0bcb45ccd21ed4a78d3f18f.zip
Updating from work
Diffstat (limited to '.bash_profile')
-rw-r--r--.bash_profile12
1 files changed, 12 insertions, 0 deletions
diff --git a/.bash_profile b/.bash_profile
new file mode 100644
index 0000000..3dc099a
--- /dev/null
+++ b/.bash_profile
@@ -0,0 +1,12 @@
1# .bash_profile
2
3# Get the aliases and functions
4if [ -f ~/.bashrc ]; then
5 . ~/.bashrc
6fi
7
8# User specific environment and startup programs
9
10PATH=$PATH:$HOME/bin
11
12export PATH