diff options
Diffstat (limited to 'files/.profile')
-rwxr-xr-x | files/.profile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/files/.profile b/files/.profile index 68b4473..2fadec2 100755 --- a/files/.profile +++ b/files/.profile | |||
@@ -1,8 +1,5 @@ | |||
1 | #!/usr/bin/env bash | 1 | #!/usr/bin/env bash |
2 | 2 | ||
3 | # Copy initial saved nix context if the /nix is empty | ||
4 | [ ! "$(ls -A /nix)" ] && cp -R ~/initial-nix/* /nix/ | ||
5 | |||
6 | # Source nix environment | 3 | # Source nix environment |
7 | nix_profile="/home/nixuser/.nix-profile/etc/profile.d/nix.sh" | 4 | nix_profile="/home/nixuser/.nix-profile/etc/profile.d/nix.sh" |
8 | # shellcheck source=/home/nixuser/.nix-profile/etc/profile.d/nix.sh | 5 | # shellcheck source=/home/nixuser/.nix-profile/etc/profile.d/nix.sh |