aboutsummaryrefslogtreecommitdiff
path: root/install
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2013-06-19 22:46:07 +1200
committerTom Ryder <tom@sanctum.geek.nz>2013-06-19 22:46:07 +1200
commit3d2cd251f6d0b92567ad4d93d2ec54bfea856634 (patch)
tree20c933631d770256ed36a0d7c64d357dda998b29 /install
parentUse the old push mode for Git (diff)
downloaddotfiles-3d2cd251f6d0b92567ad4d93d2ec54bfea856634.tar.gz
dotfiles-3d2cd251f6d0b92567ad4d93d2ec54bfea856634.zip
Set up my environment vars correctly
Diffstat (limited to 'install')
-rwxr-xr-xinstall1
1 files changed, 1 insertions, 0 deletions
diff --git a/install b/install
index fd07832d..12116681 100755
--- a/install
+++ b/install
@@ -9,6 +9,7 @@ cd "${OLDPWD}"
ln -fs ".dotfiles/bash/bashrc" "${HOME}/.bashrc"
ln -fs ".dotfiles/bash/bash_profile" "${HOME}/.bash_profile"
ln -fs ".dotfiles/bash/bash_logout" "${HOME}/.bash_logout"
+ln -fs ".dotfiles/bash/profile" "${HOME}/.profile"
ln -fs ".dotfiles/git/gitconfig" "${HOME}/.gitconfig"
ln -fs ".dotfiles/mutt/muttrc" "${HOME}/.muttrc"
ln -fs ".dotfiles/readline/inputrc" "${HOME}/.inputrc"