ohmyzsh/lib/misc.zsh
2011-08-08 21:04:52 +02:00

14 lines
290 B
Bash

## smart urls
if [ -f "/usr/share/zsh/functions/Zle/url-quote-magic" ] ; then
autoload -U url-quote-magic && zle -N self-insert url-quote-magic
fi
## file rename magick
bindkey "^[m" copy-prev-shell-word
## jobs
setopt long_list_jobs
## pager
export PAGER=less
export LC_CTYPE=$LANG