bashrc list dir

por | 20 abril, 2011

export LS_OPTIONS='--color'
#eval "'gdircolors'"
alias ls='gdir $LS_OPTIONS'
alias ll='gdir $LS_OPTIONS -dlR $PWD/*'
alias l='gdir $LS_OPTIONS -lA'

export PS1='[\h:\w]\$'

Categoría: Nix