Merge pull request #108 from fabaff/patch-1

Fix typo
This commit is contained in:
Ryan Yin 2024-03-09 22:34:29 +08:00 committed by GitHub
commit 675409603a
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 = {
enable = true;
enableCompletion = true;
# TODO add your cusotm bashrc here
# TODO add your custom bashrc here
bashrcExtra = ''
export PATH="$PATH:$HOME/bin:$HOME/.local/bin:$HOME/go/bin"
'';