From ab63c5f0d8560898d8575c75e50c69482e9cd95d Mon Sep 17 00:00:00 2001
From: Joel Grunbaum <joelgrun@gmail.com>
Date: Tue, 20 Oct 2020 06:33:45 +0000
Subject: [PATCH] added new words, updated emacs

---
 all-shells/.commonshell |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/all-shells/.commonshell b/all-shells/.commonshell
index 0e56037..b92c58d 100644
--- a/all-shells/.commonshell
+++ b/all-shells/.commonshell
@@ -10,7 +10,7 @@
 alias l="ls -laF"
 alias grep="grep --color=always"
 alias less='less -r'
-function stats {
+function stats() {
 	find ${1:-'.'} -type f -print | sed -E -n 's/.+(\..*)$/\1/pi' | sort | uniq -c | sort -g
 }
 

--
Gitblit v1.9.3