mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-05-29 04:53:17 +02:00
Remove afind which adds .23 seconds to startup
This commit is contained in:
parent
e273cf004e
commit
30045ab16c
1 changed files with 0 additions and 7 deletions
|
|
@ -26,13 +26,6 @@ env_default LESS '-R'
|
||||||
alias _='sudo'
|
alias _='sudo'
|
||||||
alias please='sudo'
|
alias please='sudo'
|
||||||
|
|
||||||
## more intelligent acking for ubuntu users
|
|
||||||
if which ack-grep &> /dev/null; then
|
|
||||||
alias afind='ack-grep -il'
|
|
||||||
else
|
|
||||||
alias afind='ack -il'
|
|
||||||
fi
|
|
||||||
|
|
||||||
# only define LC_CTYPE if undefined
|
# only define LC_CTYPE if undefined
|
||||||
if [[ -z "$LC_CTYPE" && -z "$LC_ALL" ]]; then
|
if [[ -z "$LC_CTYPE" && -z "$LC_ALL" ]]; then
|
||||||
export LC_CTYPE=${LANG%%:*} # pick the first entry from LANG
|
export LC_CTYPE=${LANG%%:*} # pick the first entry from LANG
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue