mirror of
https://github.com/ryan4yin/nixos-and-flakes-book.git
synced 2024-11-21 23:53:12 +01:00
Fix typo
This commit is contained in:
parent
b9f6e1d5b0
commit
0abd69d904
@ -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"
|
||||||
'';
|
'';
|
||||||
|
Loading…
Reference in New Issue
Block a user