summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Reichel <sre@ring0.de>2015-12-06 10:39:25 +0100
committerSebastian Reichel <sre@ring0.de>2015-12-06 10:39:25 +0100
commit3f8279e86de8d998c90f7fea298fef0ef8dd484d (patch)
treee66c00b2240c6bb005f7c8b6fc8c12c6cac55c69
parent406d82b9b07e3807227636b3ddc3c14afa52f48e (diff)
downloadzsh-config-3f8279e86de8d998c90f7fea298fef0ef8dd484d.tar.bz2
ls: colorize *.m4a like other multimedia files
-rw-r--r--zshrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/zshrc b/zshrc
index 5a6ed1b..dcd37e3 100644
--- a/zshrc
+++ b/zshrc
@@ -41,7 +41,7 @@ PROMPT2="${BLUE}%_> ${NORM}"
# enable color in some commands
eval "`dircolors -b`"
-export LS_COLORS="$LS_COLORS*.wmv=01;35:"
+export LS_COLORS="$LS_COLORS*.wmv=01;35:*.m4a=01;35:"
alias ls='ls --color=auto'
alias grep='grep --color=auto'
alias less="less -r"