From: Nicolas Boisselier Date: Sat, 25 Feb 2017 15:50:50 +0000 (+0000) Subject: etc/profile.d/mac.sh X-Git-Url: https://git.nbdom.net/?a=commitdiff_plain;h=1e4e31fcae85eaa7191fcc16ed93ed2e69564a7e;p=nb.git etc/profile.d/mac.sh --- diff --git a/etc/profile.d/mac.sh b/etc/profile.d/mac.sh index 3bafca14..8f160663 100644 --- a/etc/profile.d/mac.sh +++ b/etc/profile.d/mac.sh @@ -26,7 +26,7 @@ alias strace='dtruss' alias updatedb='sudo sh -c "cd / && exec /usr/libexec/locate.updatedb"' seq() { - if which seq; then + if which seq > /dev/null; then eval "$(which seq) $@" return fi