update:bash stuff

This commit is contained in:
2025-12-05 01:10:41 +09:00
parent 182805a56d
commit 45358f1ea8
3 changed files with 66 additions and 1 deletions

10
mango/bash_profile Normal file
View File

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