mirror of https://github.com/Chizi123/Dotfiles.git

Joel Grunbaum
2020-10-16 4757e94c28064b07a52aa2138927315fe3e0941c
split across lines cause POSIX/Bash compliance
3 files modified
10 ■■■■ changed files
all-shells/.commonshell 4 ●●● patch | view | raw | blame | history
aspell/.aspell.en.pws 4 ●●● patch | view | raw | blame | history
emacs/.emacs.d @ c8124c 2 ●●● patch | view | raw | blame | history
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"
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
emacs/.emacs.d
@@ -1 +1 @@
Subproject commit df17440f9338d31ad837cbc98b584441bf469ada
Subproject commit c8124c3efb9c68bd4a3310da1422af9fa92e61f1