ohmyzsh/lib/misc.zsh
Olivier Verdier 65f3daba97 variables such as PAGER should not be set
the problem is that they overrride the variable definitions in .zshenv
2011-08-31 09:05:01 +02:00

9 lines
166 B
Bash

## smart urls
autoload -U url-quote-magic
zle -N self-insert url-quote-magic
## file rename magick
bindkey "^[m" copy-prev-shell-word
## jobs
setopt long_list_jobs