Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
aos
GitHub Repository: aos/dotfiles
Path: blob/master/files/bash_profile
245 views
# Load .bashrc if it exists
test -r ~/.bashrc && source ~/.bashrc

if [ -e /home/aos/.nix-profile/etc/profile.d/nix.sh ]; then . /home/aos/.nix-profile/etc/profile.d/nix.sh; fi # added by Nix installer