Mercurial > hg > Members > kent > dotfiles
view shrc @ 16:457d7aa2cb2f default tip
from oleander PowerBookG4.
author | kent <kent@cr.ie.u-ryukyu.ac.jp> |
---|---|
date | Fri, 12 Mar 2010 16:58:46 +0900 |
parents | 6d5c73fe5744 |
children |
line wrap: on
line source
alias ls='gnuls -F --color' alias Emacs='/Applications/Emacs.app/Contents/MacOS/Emacs' alias ll='ls -l' alias la='ls -a' alias jls='ls --show-control-chars|nkf -e' alias xinit='/Applications/Utilities/X11.app/Coontents/MacOS/X11 &' PS1='[\u\[\e[36m\]@\[\e[00m\]\h\[\e[00;32m\]:\[\e[32;01m\]\W\[\e[00m\]]\[\e[01m\]\$\[\e[00m\] ' eval `dircolors -b ~/.dir_colors` if [ -r ~/shellscripts/ChangeDir.sh ] then . ~/shellscripts/ChangeDir.sh fi