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

6 lines
269 B
Text
Raw Normal View History

2024-08-30 20:26:19 +09:00
[ -n "$BASH_VERSION" ] && . "$HOME/.bashrc"
[ -f "$HOME/.cargo/env" ] && . "$HOME/.cargo/env"
2025-01-25 22:58:00 +09:00
[ -e "$HOME/.nix-profile/etc/profile.d/nix.sh" ] && . "$HOME"/.nix-profile/etc/profile.d/nix.sh
2024-08-30 20:26:19 +09:00
export DENO_INSTALL_ROOT="${HOME}/.local"
export PATH="$HOME/.local/bin:$PATH"