Remove afind which adds .23 seconds to startup
This commit is contained in:
parent
e273cf004e
commit
30045ab16c
@ -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…
Reference in New Issue
Block a user