mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-13 03:01:32 +01:00
15 lines
277 B
Bash
15 lines
277 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
|
|
|
|
## pager. Interferes with Capistrano display.
|
|
# export PAGER="less"
|
|
# export LESS="-R"
|
|
|
|
export LC_CTYPE=$LANG
|