mirror of
https://github.com/srid/nixos-config.git
synced 2025-12-27 15:54:58 +08:00
add /usr/local/bin to PATH
This commit is contained in:
parent
c026685fcd
commit
f4805b0dfd
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue