add /usr/local/bin to PATH

This commit is contained in:
Sridhar Ratnakumar 2024-02-06 08:28:09 -05:00
parent c026685fcd
commit f4805b0dfd

View file

@ -8,7 +8,7 @@
#
# But also see: 'doom env', which is what works.
envExtra = ''
export PATH=/etc/profiles/per-user/$USER/bin:/run/current-system/sw/bin/:$PATH
export PATH=/etc/profiles/per-user/$USER/bin:/run/current-system/sw/bin/:/usr/local/bin:$PATH
# For 1Password CLI. This requires `pkgs.gh` to be installed.
source $HOME/.config/op/plugins.sh
# Because, adding it in .ssh/config is not enough.