]> Tony Duckles's Git Repositories (git.nynim.org) - dotfiles.git/blob - .bash_profile
Initial commit
[dotfiles.git] / .bash_profile
1 # ~/.bash_profile: executed by bash(1) for login shells.
2
3 umask 022
4 if [ -f ~/.bashrc ]; then
5 source ~/.bashrc
6 fi
7
8 # keychain
9 if [ -f ~/.ssh/id_dsa ]; then
10 /usr/bin/keychain -q ~/.ssh/id_dsa
11 source ~/.keychain/`hostname`-sh > /dev/null
12 fi