|
|
|
@ -18,7 +18,9 @@ export PATH="$PATH:/usr/local/sbin:/usr/sbin:/sbin:$RC_PATH/bin:~/bin:/opt/cuda/ |
|
|
|
if which ruby >/dev/null && which gem >/dev/null; then |
|
|
|
PATH="$(ruby -r rubygems -e 'puts Gem.user_dir')/bin:$PATH" |
|
|
|
fi |
|
|
|
export BROWSER='/usr/bin/w3m -T "text/html"' |
|
|
|
export EDITOR=/usr/bin/vim |
|
|
|
export GPG_TTY="$(tty)" |
|
|
|
# Prevent mime associations by wine |
|
|
|
export WINEPREFIX="$HOME/.wine" |
|
|
|
export WINEDLLOVERRIDES="winemenubuilder.exe=d" |
|
|
|
@ -220,7 +222,7 @@ bindkey "[3~" delete-char |
|
|
|
bindkey "^[[Z" reverse-menu-complete |
|
|
|
|
|
|
|
|
|
|
|
ZSH_AUTOSUGGEST_STRATEGY=(history completion) |
|
|
|
ZSH_AUTOSUGGEST_STRATEGY=(history) |
|
|
|
source "${RC_PATH}/zsh-autosuggestions/zsh-autosuggestions.zsh" |
|
|
|
# ZSH syntax highlighting : /!\ keep at the bottom ! |
|
|
|
source "${RC_PATH}/fast-syntax-highlighting/fast-syntax-highlighting.plugin.zsh" |
|
|
|
|