From 034538cf53fb9cf8bf2ebaf4ad76cf3384131862 Mon Sep 17 00:00:00 2001 From: Nicolas Boisselier Date: Mon, 7 Nov 2016 15:47:09 +0000 Subject: [PATCH] mac updatedb --- etc/profile.d/mac.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/profile.d/mac.sh b/etc/profile.d/mac.sh index 9165edcd..b7626b3f 100644 --- a/etc/profile.d/mac.sh +++ b/etc/profile.d/mac.sh @@ -19,7 +19,7 @@ esac [ -x /Applications/iTunes.app/Contents/MacOS/iTunes ] && alias iTunes=/Applications/iTunes.app/Contents/MacOS/iTunes [ -x /Applications/VLC.app/Contents/MacOS/VLC ] && alias vlc=/Applications/VLC.app/Contents/MacOS/VLC alias strace='dtruss' -alias updatedb='bash -c "cd / && /usr/libexec/locate.updatedb &"' +alias updatedb='sudo bash -c "cd / && /usr/libexec/locate.updatedb &"' #-------------------------------------------------------------------------------- # seq / jot -- 2.47.3