6 lines
137 B
Plaintext
6 lines
137 B
Plaintext
|
# -*- coding: utf-8 mode: sh -*- vim:sw=4:sts=4:et:ai:si:sta:fenc=utf-8
|
||
|
|
||
|
if [ -n "$UTOOLS_LS_ALIASES" ]; then
|
||
|
alias ls="ls -G -F"
|
||
|
fi
|