commit f129f9a32138a19503ab01aef9d69f98dcffcaee
parent fe68917bf60ad9dec07d04c8b88f94ffb2efed0c
Author: Alex Balgavy <a.balgavy@gmail.com>
Date: Tue, 7 May 2019 20:31:20 +0200
commonprofile: use GNUSed as default sed
Former-commit-id: cf1d6ebef95bff7a327a7c5faf8bc01abe4c2330
Diffstat:
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/shell/commonprofile b/shell/commonprofile
@@ -40,6 +40,10 @@ if [[ $PATH != *"/usr/local/sbin"* ]]; then
PATH="/usr/local/sbin:$PATH"
fi
+if [[ $PATH != *"/usr/local/opt/gnu-sed/libexec/gnubin"* ]]; then
+ PATH="/usr/local/opt/gnu-sed/libexec/gnubin:$PATH"
+fi
+
# Set a variable for my confidr
DOTFILES="$HOME/.dotfiles"