Files
dotfiles/mango/bash_profile
2025-12-05 01:10:41 +09:00

11 lines
126 B
Bash

#
# ~/.bash_profile
#
[[ -f ~/.bashrc ]] && . ~/.bashrc
if [ -z "$DISPLAY" ] && [ "$XDG_VTNR" -eq 1 ]; then
exec mango
fi