Skip to content

Commit

Permalink
fixup! mac: okay, you finally got me, i am going to add the gnu utils.
Browse files Browse the repository at this point in the history
  • Loading branch information
damncabbage committed Mar 2, 2024
1 parent e47207e commit a62e665
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .bashrc
Original file line number Diff line number Diff line change
Expand Up @@ -61,11 +61,13 @@ prepend_path_if_exists "$HOME/.cabal" "$HOME/.cabal-sandbox/bin:$HOME/.cabal/bin
prepend_path_if_exists "$HOME/bin"
prepend_path_if_exists "$HOME/build/bin"

# MacOS GNU
prepend_path_if_exists "/opt/homebrew/opt/grep/libexec/gnubin"

# Misc
prepend_path_if_exists "/opt/blender"
prepend_path_if_exists "$HOME/.platformio/penv/bin"


# History
# No duplicate blanks lines
HISTCONTROL=ignoredups:ignorespace
Expand Down

0 comments on commit a62e665

Please sign in to comment.