feat: update PATH in bash profile

This commit is contained in:
ryan4yin
2023-05-08 02:13:58 +08:00
parent 78e620001f
commit 5ca09cf75c

View File

@@ -13,6 +13,9 @@ in {
programs.bash = {
enable = true;
enableCompletion = true;
bashrcExtra = ''
export PATH="$PATH:$HOME/bin:$HOME/.local/bin:$HOME/go/bin"
'';
};
# add environment variables