summaryrefslogtreecommitdiff
path: root/misc/dotfiles/bash_profile
blob: 0a864993aed1c2c7be4c5ede9a76a7baecf121ca (plain) (blame)
1
2
3
4
5
6
export EDITOR=vim
export PATH="$HOME/bin:/opt/homebrew/bin:$PATH"

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