.bashrc
changeset 251 30e947dddaa3
parent 250 405b343c1214
child 252 2fa0c2abe304
equal deleted inserted replaced
250:405b343c1214 251:30e947dddaa3
    87 alias l.='ls -d .*'     #list hidden files
    87 alias l.='ls -d .*'     #list hidden files
    88 alias ll='ls -lhrt'     #extra info compared to "l"
    88 alias ll='ls -lhrt'     #extra info compared to "l"
    89 alias lld='ls -lUd */'  #list directories
    89 alias lld='ls -lUd */'  #list directories
    90 # I prefer EN man pages.
    90 # I prefer EN man pages.
    91 alias man='LANG=C man'
    91 alias man='LANG=C man'
       
    92 
       
    93 alias j='jobs '
    92 
    94 
    93 # make and change to a directory
    95 # make and change to a directory
    94 md () { mkdir -p "$1" && cd "$1"; }
    96 md () { mkdir -p "$1" && cd "$1"; }
    95 
    97 
    96 # GREP_COLOR=bright yellow on black bg.
    98 # GREP_COLOR=bright yellow on black bg.