Files
dotfiles/.bash_profile

9 lines
85 B
Bash

#
# ~/.bash_profile
#
[[ -f ~/.bashrc ]] && . ~/.bashrc
PATH=$PATH:$HOME/.scripts