Browse Source

add alias locate for mac

pull/1/head
10sr 11 years ago
parent
commit
aa26a7c929
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      bashrc

+ 2
- 0
bashrc View File

@@ -168,6 +168,8 @@ null type aunpack && alias aunp=aunpack
null type lv && alias lv="lv|less"

isdarwin && alias updatedb="LC_ALL=C updatedb"
# do not use locate installed by macports
isdarwin && test -x /usr/bin/locate && alias locate="/usr/bin/locate"

# pad
alias pad=notepad


Loading…
Cancel
Save