f27cf5c2af
Install some default configuation files by default, based on Fedora and Archlinux. --HG-- extra : convert_revision : 28a0ac3594338bbd761c8c68559d09d8e9aec54d
14 lines
199 B
Plaintext
14 lines
199 B
Plaintext
# .bash_profile
|
|
|
|
# Get the aliases and functions
|
|
if [ -f ~/.bashrc ]; then
|
|
. ~/.bashrc
|
|
fi
|
|
|
|
# User specific environment and startup programs
|
|
|
|
PATH=$PATH:$HOME/bin
|
|
PS1="[\u@\h \W]$ "
|
|
|
|
export PATH PS1
|