linux-config/.bash_profile

13 lines
393 B
Bash

# .bash_profile
[[ -s "/etc/profile" ]] && source "/etc/profile" # Load the system .profile
[[ -s "$HOME/.profile" ]] && source "$HOME/.profile" # Load the default .profile
# Get the aliases and functions
[ -f $HOME/.bashrc ] && . $HOME/.bashrc
. "$HOME/.cargo/env"
export BEATSABER_DIR="/home/tumble/.local/share/Steam/steamapps/common/Beat Saber"
. "/home/tumble/.local/share/cargo/env"