1
0
Fork 0
mirror of https://github.com/kou029w/dotfiles.git synced 2025-01-31 14:27:59 +00:00
dotfiles/.profile
2025-01-25 22:58:13 +09:00

5 lines
269 B
Bash

[ -n "$BASH_VERSION" ] && . "$HOME/.bashrc"
[ -f "$HOME/.cargo/env" ] && . "$HOME/.cargo/env"
[ -e "$HOME/.nix-profile/etc/profile.d/nix.sh" ] && . "$HOME"/.nix-profile/etc/profile.d/nix.sh
export DENO_INSTALL_ROOT="${HOME}/.local"
export PATH="$HOME/.local/bin:$PATH"