mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-07-04 20:11:38 +02:00
feat: update PATH in bash profile
This commit is contained in:
@@ -13,6 +13,9 @@ in {
|
|||||||
programs.bash = {
|
programs.bash = {
|
||||||
enable = true;
|
enable = true;
|
||||||
enableCompletion = true;
|
enableCompletion = true;
|
||||||
|
bashrcExtra = ''
|
||||||
|
export PATH="$PATH:$HOME/bin:$HOME/.local/bin:$HOME/go/bin"
|
||||||
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
# add environment variables
|
# add environment variables
|
||||||
|
|||||||
Reference in New Issue
Block a user