2021-04-15 22:45:15 +00:00
|
|
|
#
|
|
|
|
# ~/.bash_profile
|
|
|
|
#
|
|
|
|
|
|
|
|
[[ -f ~/.bashrc ]] && . ~/.bashrc
|
|
|
|
|
|
|
|
# autostart systemd default session on tty1
|
2021-09-13 05:13:25 +00:00
|
|
|
#if [[ "$(tty)" == '/dev/tty1' ]]; then
|
|
|
|
# exec startx
|
|
|
|
#fi
|
2021-04-15 22:45:15 +00:00
|
|
|
|
|
|
|
export PATH="$PATH:$HOME/.cargo/bin"
|
|
|
|
|