Parcourir la source

add alias locate for mac

pull/1/head
10sr il y a 11 ans
Parent
révision
aa26a7c929
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  1. +2
    -0
      bashrc

+ 2
- 0
bashrc Voir le fichier

@@ -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


Chargement…
Annuler
Enregistrer