Small tweaks

This commit is contained in:
lhark 2019-12-25 16:59:43 +01:00
parent 747f5d1feb
commit 8b263c939c
2 changed files with 4 additions and 1 deletions

View file

@ -74,6 +74,7 @@ set query_format="%4c %t %-70.70a %-70.70n %?e?(%e)?"
# COMPOSE #
###########
bind compose p postpone-message
bind compose P pgp-menu
###########
# Browser #

4
zshrc
View file

@ -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"