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

Joel Grunbaum
2020-10-09 2366b0e5b1be1f83aafc6839eee30a2b6ce7f809
all-shells/.commonshell
@@ -6,14 +6,18 @@
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="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/vim"
#default wine prefix
export WINEPREFIX=/home/joel/.wine/Games/
export WINEPREFIX=$HOME/.wine/Games/
export STEAM_COMPAT_DATA_PATH=$HOME/proton
export LIBVA_DRIVER_NAME=iHD
# add to path
export PATH=$PATH:~/.local/bin
PATH="$PATH:$(ruby -e 'puts Gem.user_dir')/bin"
[ -r /usr/bin/ruby ] && PATH="$PATH:$(ruby -e 'puts Gem.user_dir')/bin"