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

Joel Grunbaum
2020-06-27 91af7f6bbfe6b010ea79106d3865a785daddec31
all-shells/.commonshell
@@ -6,7 +6,10 @@
alias less='less -r'
alias stats="find . -type f -printf '%f\n' | sed -r -n 's/.+(\..*)$/\1/p' | sort | uniq -c"
export EDITOR=/usr/bin/vim
alias pip-upgrade="pip list --outdated --format=freeze | grep -v '^\-e' | cut -d = -f 1  | xargs -n1 pip install -U"
export EDITOR="/usr/bin/emacsclient -nw -a /usr/bin/vim"
alias ec=$EDITOR
#default wine prefix
export WINEPREFIX=$HOME/.wine/Games/