On Fri, Jan 30, 2009 at 8:21 AM, Nils Kassube <kassube@gmx.net> wrote:
> Flynn, Steve (L & P - IT) wrote:
> alias gdb='gdb -q'
> alias man='man -a'
> alias top='top -i'
> alias md='mkdir -p'
> alias rot13='gcipher -C Rot -k 13'
> alias play='play -q'
> alias dif='diff -dtprU 6 -x bin -x "*.[ao]" -x "*.obj" -x "*~"'
> PS1='w/ >[ 33[m] '
> [ "$UID" = 0 ] && PS1='[ 33[01m 33[41m 33[37m]h: w/ #[ 33[m] '
That's cute - I have a different set of colours for root, but I hadn't
thought to automate it. Making notes....
I do like my more verbose one though...
PS1="[
33[1;37m] u
H
w
[ 33[1;33m]==> [ 33[0m]"
also I use these...
alias dirlist='find . -type d -ls -maxdepth 1'
alias envdump='perl -mstrict -MData:

umper -we 'print Dumper \%ENV;'
alias cd..='cd ..'
Have you guys ever looked at http://dotfiles.org ? Seems like lots of
good stuff there - just hard to find...
e.g. http://dotfiles.org/~inky/.bashrc
Brian
--
ubuntu-users mailing list
ubuntu-users@lists.ubuntu.com
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users