ohmyzsh/lib/misc.zsh
Ranft c598c3cc69 Locale an file-inclusion bugfix
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.
2010-10-27 09:23:46 +02:00

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