Browse Source

ls -g option does nothing, ok to remove; from igor@string1.ciencias.uniovi.es

OPENBSD_4_1
deraadt 18 years ago
parent
commit
5baef52d76
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      src/etc/skel/dot.cshrc

+ 2
- 2
src/etc/skel/dot.cshrc View File

@ -1,4 +1,4 @@
# $OpenBSD: dot.cshrc,v 1.5 2005/02/16 06:56:57 matthieu Exp $
# $OpenBSD: dot.cshrc,v 1.6 2007/02/16 20:05:49 deraadt Exp $
#
# csh initialization
@ -9,7 +9,7 @@ alias h 'history -r | more'
alias j jobs -l
alias la ls -a
alias lf ls -FA
alias ll ls -lgsA
alias ll ls -lsA
alias tset 'set noglob histchars=""; eval `\tset -s \!*`; unset noglob histchars'
alias z suspend


Loading…
Cancel
Save