1
0
şunun yansıması https://tildegit.org/ben/dotfiles.git eşitlendi 2025-07-01 20:32:01 +00:00
dotfiles/bash/.bash_profile
Ben Harris e45ac4fdf8 init
2018-07-22 15:39:58 -04:00

6 satır
255 B
Bash
Çalıştırılabilir Dosya

[[ -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