guest@dotshare [~/groups/shells/bash] $ ls bashprofile/ | cat

.bash_profile (raw, dl)

ocny Aug 29, 2014 (shells/bash)
1
2
3
4
5
6
#
# ~/.bash_profile
#

[[ -f ~/.bashrc ]] && . ~/.bashrc
exec startx

CLICK TO VIEW

x