mirror of
https://github.com/NaomiAmethyst/dots.git
synced 2025-08-19 12:53:52 +00:00
add support for locate (glocate) on solaris
This commit is contained in:
parent
d7e92471ff
commit
395d54464f
1 changed files with 4 additions and 0 deletions
4
zshrc
4
zshrc
|
@ -110,6 +110,10 @@ case `uname -s` in
|
|||
if (which ggrep &> /dev/null) ; then
|
||||
alias grep='ggrep -d skip --color=auto'
|
||||
fi
|
||||
|
||||
if (which glocate &> /dev/null) ; then
|
||||
alias locate='glocate'
|
||||
fi
|
||||
;;
|
||||
esac
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue