don't bother resolving onbld python module deps
[unleashed.git] / etc / skel / .profile
bloba45e47b58d1a65d53b996d3ed878d0e87800cc26
2 # Uncommenting PATH below will place /usr/gnu/bin at front,
3 # adds /usr/sbin and /sbin to the end.
5 # export PATH=/usr/gnu/bin:/usr/bin:/usr/sbin:/sbin
7 # Define default prompt to <username>@<hostname>:<path><"($|#) ">
8 # and print '#' for user "root" and '$' for normal users.
10 # override default prompt for bash
11 # case "$0" in
12 # -bash)
13 #       export PS1="\u@\h:\w\\$ "
14 # esac