You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9 lines
225 B
Bash

if [[ -f "$HOME/.bashrc" ]]; then
8 months ago
source "$HOME/.bashrc"
fi
8 months ago
if [ -e "$HOME/.nix-profile/etc/profile.d/nix.sh" ]; then
source "$HOME/.nix-profile/etc/profile.d/nix.sh"
fi # added by Nix installer
. "$HOME/.cargo/env"