mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-26 02:12:33 +01:00
lib: prune some things to load faster
This commit is contained in:
parent
f2dad51a2c
commit
3e49476736
5 changed files with 8 additions and 26 deletions
|
|
@ -37,3 +37,11 @@ alias serve_this='python -m SimpleHTTPServer'
|
|||
|
||||
## Highlight-aware less command
|
||||
alias hl='less -R'
|
||||
|
||||
## Show history
|
||||
alias history='fc -l 1'
|
||||
|
||||
## Color grep results
|
||||
## Examples: http://rubyurl.com/ZXv
|
||||
export GREP_OPTIONS='--color=auto'
|
||||
export GREP_COLOR='1;32'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue