This commit is contained in:
Fabian Affolter 2024-03-09 15:30:36 +01:00 committed by GitHub
parent b9f6e1d5b0
commit 0abd69d904
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -139,7 +139,7 @@ According to the official [Home Manager Manual](https://nix-community.github.io/
programs.bash = { programs.bash = {
enable = true; enable = true;
enableCompletion = true; enableCompletion = true;
# TODO add your cusotm bashrc here # TODO add your custom bashrc here
bashrcExtra = '' bashrcExtra = ''
export PATH="$PATH:$HOME/bin:$HOME/.local/bin:$HOME/go/bin" export PATH="$PATH:$HOME/bin:$HOME/.local/bin:$HOME/go/bin"
''; '';