summaryrefslogtreecommitdiff
path: root/dotrc
diff options
context:
space:
mode:
Diffstat (limited to 'dotrc')
-rw-r--r--dotrc/.bashrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/dotrc/.bashrc b/dotrc/.bashrc
index 0c33436..9526beb 100644
--- a/dotrc/.bashrc
+++ b/dotrc/.bashrc
@@ -6,10 +6,10 @@ test -s $HOME/.bash_aliases && . $HOME/.bash_aliases
test -s $HOME/.bash_aliases.local && . $HOME/.bash_aliases.local
-if [ ! "$(echo $PATH | fgrep $HOME/bin)" ] ; then
+if [ ! "$(echo $PATH | grep -F $HOME/bin)" ] ; then
export PATH=$HOME/bin:$PATH
fi
-if [ ! "$(echo $PATH | fgrep $HOME/.local/bin)" ] ; then
+if [ ! "$(echo $PATH | grep -F $HOME/.local/bin)" ] ; then
export PATH=$HOME/.local/bin:$PATH
fi