mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-26 02:12:33 +01:00
lib/misc.zsh Setting LC_CTYPE to en_US.UTF-8 break applications when LANG is set to de_DE.UTF-8. themes/thomasjbradley.zsh-theme Fixed the inclusion of a potentially non-existing file.
12 lines
194 B
Bash
12 lines
194 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
|
|
export PAGER=less
|