From 4757e94c28064b07a52aa2138927315fe3e0941c Mon Sep 17 00:00:00 2001 From: Joel Grunbaum <joelgrun@gmail.com> Date: Fri, 16 Oct 2020 07:57:53 +0000 Subject: [PATCH] split across lines cause POSIX/Bash compliance --- all-shells/.commonshell | 4 +++- aspell/.aspell.en.pws | 4 +++- emacs/.emacs.d | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/all-shells/.commonshell b/all-shells/.commonshell index 3dc16ab..b92c58d 100644 --- a/all-shells/.commonshell +++ b/all-shells/.commonshell @@ -10,7 +10,9 @@ alias l="ls -laF" alias grep="grep --color=always" alias less='less -r' -function stats() {find ${1:-'.'} -type f -print | sed -E -n 's/.+(\..*)$/\1/pi' | sort | uniq -c | sort -g} +function stats() { + find ${1:-'.'} -type f -print | sed -E -n 's/.+(\..*)$/\1/pi' | sort | uniq -c | sort -g +} alias pip-upgrade="python -m pip list --outdated --format=freeze | grep -v '^\-e' | cut -d = -f 1 | xargs -n1 python -m pip install -U" diff --git a/aspell/.aspell.en.pws b/aspell/.aspell.en.pws index c5d45e5..56654c9 100644 --- a/aspell/.aspell.en.pws +++ b/aspell/.aspell.en.pws @@ -1,4 +1,4 @@ -personal_ws-1.1 en 35 +personal_ws-1.1 en 37 Adapter DNS FPGA @@ -11,6 +11,7 @@ adapters chiral config +diagonalizable dotfiles fortifiable impedances @@ -18,6 +19,7 @@ inductor's inductors invariance +invertible journaling makefile math diff --git a/emacs/.emacs.d b/emacs/.emacs.d index df17440..c8124c3 160000 --- a/emacs/.emacs.d +++ b/emacs/.emacs.d @@ -1 +1 @@ -Subproject commit df17440f9338d31ad837cbc98b584441bf469ada +Subproject commit c8124c3efb9c68bd4a3310da1422af9fa92e61f1 -- Gitblit v1.9.3