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

Joel Grunbaum
2020-10-09 c827ad8feac97fad3b08020ea8230f5049880551
change editor to vim as works better than emacs terminal
1 files modified
5 ■■■■■ changed files
all-shells/.commonshell 5 ●●●●● patch | view | raw | blame | history
all-shells/.commonshell
@@ -8,8 +8,9 @@
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
#export EDITOR="/usr/bin/emacsclient -nw -a /usr/bin/vim"
#alias ec=$EDITOR
export EDITOR="/usr/bin/vim"
#default wine prefix
export WINEPREFIX=$HOME/.wine/Games/