fix: nvm and ctrl-c race condition

This commit is contained in:
Andrejus
2021-01-31 21:17:32 +00:00
parent e0ad8e2a46
commit ae886b0984
4 changed files with 15 additions and 19 deletions

View File

@@ -8,4 +8,3 @@
# References:
# https://unix.stackexchange.com/questions/192521/loading-profile-from-bash-profile-or-not-using-bash-profile-at-all
# https://www.stefaanlippens.net/my_bashrc_aliases_profile_and_other_stuff/
if [ -e /home/andrejus/.nix-profile/etc/profile.d/nix.sh ]; then . /home/andrejus/.nix-profile/etc/profile.d/nix.sh; fi # added by Nix installer