1
0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-11-24 05:16:04 +08:00
ohmyzsh/lib/misc.zsh

14 lines
216 B
Bash
Raw Normal View History

2009-09-23 07:45:15 +08:00
## 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
## pager
export PAGER=less
2010-10-12 03:19:23 +08:00
export LC_CTYPE=$LANG