mirror of
https://tildegit.org/ben/dotfiles.git
synced 2025-03-12 17:40:39 +00:00
6 lines
255 B
Bash
Executable File
6 lines
255 B
Bash
Executable File
[[ -s "$HOME/.profile" ]] && source "$HOME/.profile" # Load the default .profile
|
|
|
|
|
|
export PATH="$HOME/.cargo/bin:$PATH"
|
|
if [ -e /home/ben/.nix-profile/etc/profile.d/nix.sh ]; then . /home/ben/.nix-profile/etc/profile.d/nix.sh; fi # added by Nix installer
|