summaryrefslogtreecommitdiff
path: root/misc/dotfiles/bash_profile
blob: bdcb007c42e64f32f1513ceecfb72cb247f34d7d (plain) (blame)
1
2
3
4
5
6
export EDITOR=vim
export PATH="$HOME/bin:/usr/local/sbin:$PATH"

if [ -f $HOME/.bashrc ]; then
    . $HOME/.bashrc
fi