mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-26 02:12:33 +01:00
Merge with upstream.
This commit is contained in:
commit
9ab8458a11
46 changed files with 2319 additions and 126 deletions
|
|
@ -11,7 +11,7 @@ setopt long_list_jobs
|
|||
|
||||
## pager
|
||||
export PAGER='less -R'
|
||||
export LC_CTYPE=en_US.UTF-8
|
||||
export LC_CTYPE=$LANG
|
||||
|
||||
## pretty man pages
|
||||
function pman() {
|
||||
|
|
@ -23,9 +23,6 @@ function pj() {
|
|||
python -mjson.tool
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
## Open current directory
|
||||
alias oo='open .'
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue