dotfiles/tilde/bashrc.bash

4 lines
131 B
Bash

# https://github.com/janmoesen/tilde/blob/master/.bashrc
echo $TERM_PROGRAM
alias xxx="ls"
[ -n "$PS1" ] && source ~/.bash_profile;