Add grep to PATH
This commit is contained in:
parent
eedd04b57d
commit
cbc1ce3abb
1 changed files with 4 additions and 8 deletions
12
zshrc.zsh
12
zshrc.zsh
|
@ -1,9 +1,6 @@
|
||||||
# Fig pre block. Keep at the top of this file.
|
# Fig pre block. Keep at the top of this file.
|
||||||
# Fig binary can be installed to $HOME, so ammend the $PATH
|
[[ -f "$HOME/.fig/shell/zshrc.pre.zsh" ]] && builtin source "$HOME/.fig/shell/zshrc.pre.zsh"
|
||||||
export PATH="$PATH:$HOME/.local/bin"
|
# Fig pre block. Keep at the top of this file.
|
||||||
if [ -f "$HOME/.fig/shell/zshrc.pre.zsh" ]; then
|
|
||||||
. "$HOME/.fig/shell/zshrc.pre.zsh"
|
|
||||||
fi
|
|
||||||
|
|
||||||
# User configuration
|
# User configuration
|
||||||
# history
|
# history
|
||||||
|
@ -85,6 +82,7 @@ export GPG_TTY
|
||||||
export PATH="$(brew --prefix)/opt/coreutils/libexec/gnubin:$PATH"
|
export PATH="$(brew --prefix)/opt/coreutils/libexec/gnubin:$PATH"
|
||||||
export PATH="$(brew --prefix)/opt/findutils/libexec/gnubin:$PATH"
|
export PATH="$(brew --prefix)/opt/findutils/libexec/gnubin:$PATH"
|
||||||
export PATH="$(brew --prefix)/opt/gnu-sed/libexec/gnubin:$PATH"
|
export PATH="$(brew --prefix)/opt/gnu-sed/libexec/gnubin:$PATH"
|
||||||
|
export PATH="$(brew --prefix)/opt/grep/libexec/gnubin:$PATH"
|
||||||
|
|
||||||
# Add Totara Docker helper functions
|
# Add Totara Docker helper functions
|
||||||
export PATH="$PATH:$HOME/git/totara-docker-dev/bin"
|
export PATH="$PATH:$HOME/git/totara-docker-dev/bin"
|
||||||
|
@ -153,6 +151,4 @@ fi
|
||||||
eval "$(starship init zsh)"
|
eval "$(starship init zsh)"
|
||||||
|
|
||||||
# Fig post block. Keep at the bottom of this file.
|
# Fig post block. Keep at the bottom of this file.
|
||||||
if [ -f "$HOME/.fig/shell/zshrc.post.zsh" ]; then
|
[[ -f "$HOME/.fig/shell/zshrc.post.zsh" ]] && builtin source "$HOME/.fig/shell/zshrc.post.zsh"
|
||||||
. "$HOME/.fig/shell/zshrc.post.zsh"
|
|
||||||
fi
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue