.shrc (223B)
1 # .shrc - bourne shell startup file 2 3 # go into visual mode. 4 set -o vi 5 . .config/aliasrc 6 7 # set prompt 8 PS1="`whoami`@`hostname | sed 's/\..*//'`" 9 case `id -u` in 10 0) PS1="${PS1}# ";; 11 *) PS1="${PS1}$ ";; 12 esac
dotfilesUnnamed repository; edit this file 'description' to name the repository. | |
git clone git://git.margiolis.net/dotfiles.git | |
Log | Files | Refs | README | LICENSE |