mirror of
https://github.com/kou029w/dotfiles.git
synced 2025-01-31 06:18:00 +00:00
5 lines
269 B
Bash
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"
|