summaryrefslogtreecommitdiffstats
path: root/.zsh/rc/30functions
diff options
context:
space:
mode:
Diffstat (limited to '.zsh/rc/30functions')
-rw-r--r--.zsh/rc/30functions2
1 files changed, 1 insertions, 1 deletions
diff --git a/.zsh/rc/30functions b/.zsh/rc/30functions
index c29169b..4345412 100644
--- a/.zsh/rc/30functions
+++ b/.zsh/rc/30functions
@@ -37,7 +37,7 @@ chpwd() {
# idea by Gigamo http://bbs.archlinux.org/viewtopic.php?pid=478094#p478094
ls () {
- /bin/ls -rlhbtF --color=auto $@ &&
+ /bin/ls -rhbtF --color=auto $@ &&
echo "${PURPLE}Files: ${BLUE}$(/bin/ls -l $@ | grep -v "^[l|d|total]" | wc -l) ${GREEN}--- ${PURPLE}Directories: ${BLUE}$(/bin/ls -l $@ | grep "^d" | wc -l)${NC}"
}