You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
271 B

test -n "$PROMPT_COMMAND" && unset PROMPT_COMMAND
PATH="$HOME/bin:$PATH"
export PATH
export PS1="\u@\h:\w\$ "
test -f "$HOME/.bashrc_local" && source "$HOME/.bashrc_local"
if test -t 0
then
source ~/.bash_aliases
source ~/.bash_functions
fi
# vim:filetype=sh