Small tweaks
This commit is contained in:
parent
747f5d1feb
commit
8b263c939c
2 changed files with 4 additions and 1 deletions
|
@ -74,6 +74,7 @@ set query_format="%4c %t %-70.70a %-70.70n %?e?(%e)?"
|
||||||
# COMPOSE #
|
# COMPOSE #
|
||||||
###########
|
###########
|
||||||
bind compose p postpone-message
|
bind compose p postpone-message
|
||||||
|
bind compose P pgp-menu
|
||||||
|
|
||||||
###########
|
###########
|
||||||
# Browser #
|
# Browser #
|
||||||
|
|
4
zshrc
4
zshrc
|
@ -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
|
if which ruby >/dev/null && which gem >/dev/null; then
|
||||||
PATH="$(ruby -r rubygems -e 'puts Gem.user_dir')/bin:$PATH"
|
PATH="$(ruby -r rubygems -e 'puts Gem.user_dir')/bin:$PATH"
|
||||||
fi
|
fi
|
||||||
|
export BROWSER='/usr/bin/w3m -T "text/html"'
|
||||||
export EDITOR=/usr/bin/vim
|
export EDITOR=/usr/bin/vim
|
||||||
|
export GPG_TTY="$(tty)"
|
||||||
# Prevent mime associations by wine
|
# Prevent mime associations by wine
|
||||||
export WINEPREFIX="$HOME/.wine"
|
export WINEPREFIX="$HOME/.wine"
|
||||||
export WINEDLLOVERRIDES="winemenubuilder.exe=d"
|
export WINEDLLOVERRIDES="winemenubuilder.exe=d"
|
||||||
|
@ -220,7 +222,7 @@ bindkey "[3~" delete-char
|
||||||
bindkey "^[[Z" reverse-menu-complete
|
bindkey "^[[Z" reverse-menu-complete
|
||||||
|
|
||||||
|
|
||||||
ZSH_AUTOSUGGEST_STRATEGY=(history completion)
|
ZSH_AUTOSUGGEST_STRATEGY=(history)
|
||||||
source "${RC_PATH}/zsh-autosuggestions/zsh-autosuggestions.zsh"
|
source "${RC_PATH}/zsh-autosuggestions/zsh-autosuggestions.zsh"
|
||||||
# ZSH syntax highlighting : /!\ keep at the bottom !
|
# ZSH syntax highlighting : /!\ keep at the bottom !
|
||||||
source "${RC_PATH}/fast-syntax-highlighting/fast-syntax-highlighting.plugin.zsh"
|
source "${RC_PATH}/fast-syntax-highlighting/fast-syntax-highlighting.plugin.zsh"
|
||||||
|
|
Loading…
Reference in a new issue