summaryrefslogtreecommitdiffstats
path: root/zshrc
diff options
context:
space:
mode:
Diffstat (limited to 'zshrc')
-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"