misc.zsh 221 Bytes
Newer Older
James Cox's avatar
James Cox committed
1
2
3
4
5
## smart urls
autoload -U url-quote-magic
zle -N self-insert url-quote-magic

## file rename magick
6
7
8
bindkey "^[m" copy-prev-shell-word

## jobs
9
setopt long_list_jobs
10
11

## pager
12
export PAGER="less -R"
hobbestigrou's avatar
hobbestigrou committed
13
export LC_CTYPE=$LANG