Merge branch 'master' of git.wit.org:wit/bash

This commit is contained in:
Jeff Carr 2025-02-08 21:41:30 -06:00
commit dbac091a1e
1 changed files with 2 additions and 1 deletions

View File

@ -34,7 +34,8 @@ set +o ignoreeof
export LS_OPTIONS='--color=auto'
eval `dircolors`
alias ls='ls $LS_OPTIONS'
alias ll='ls $LS_OPTIONS -lh'
# alias ll='ls $LS_OPTIONS -lh'
alias ll='ls $LS_OPTIONS -aCF -al'
alias lf='ls $LS_OPTIONS -aCF'
alias l='ls $LS_OPTIONS -lA'