From 3f8279e86de8d998c90f7fea298fef0ef8dd484d Mon Sep 17 00:00:00 2001 From: Sebastian Reichel Date: Sun, 6 Dec 2015 10:39:25 +0100 Subject: ls: colorize *.m4a like other multimedia files --- zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- cgit v1.2.3