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

Joel Grunbaum
2020-10-09 ffcadeaf3172f3b881fb7db8eb31c91546cbfcb3
all-shells/.commonshell
@@ -6,6 +6,8 @@
alias less='less -r'
alias stats="find . -type f -printf '%f\n' | sed -r -n 's/.+(\..*)$/\1/p' | sort | uniq -c"
alias pip-upgrade="python -m pip list --outdated --format=freeze | grep -v '^\-e' | cut -d = -f 1  | xargs -n1 python -m pip install -U"
export EDITOR="/usr/bin/emacsclient -nw -a /usr/bin/vim"
alias ec=$EDITOR