dotfiles/bashrc

4 lines
131 B
Bash
Raw Normal View History

2012-10-10 18:05:57 +04:00
# https://github.com/janmoesen/tilde/blob/master/.bashrc
2012-10-19 15:16:12 +04:00
echo $TERM_PROGRAM
alias xxx="ls"
2012-10-10 18:05:57 +04:00
[ -n "$PS1" ] && source ~/.bash_profile;