update
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
#!/bin/bash
|
||||
# ===========================================================================
|
||||
# Title : zz_nocolors.sh
|
||||
# Description : Disable LS colors if /etc/nocolors exists
|
||||
# Author : Bart Sjerps <bart@dirty-cache.com>
|
||||
# License : GPLv3+
|
||||
# ---------------------------------------------------------------------------
|
||||
|
||||
test -f /etc/nocolors || return
|
||||
alias ls &>/dev/null && unalias ls
|
||||
alias ll='ls -al '
|
||||
alias l.='ls -d .* '
|
||||
export S_COLORS=never
|
||||
Reference in New Issue
Block a user