OSDN Git Service

[disable] : Disabled setup.
authorhayao <shun819.mail@gmail.com>
Fri, 28 Feb 2020 13:20:20 +0000 (22:20 +0900)
committerhayao <shun819.mail@gmail.com>
Fri, 28 Feb 2020 13:20:20 +0000 (22:20 +0900)
airootfs/etc/skel/.bash_profile

index 15f5f6e..dd283e4 100644 (file)
@@ -1,11 +1,12 @@
 #
 # ~/.bash_profile
 #
-
+<<DISABLED
 if [[ -f ~/.setup.sh ]]; then
     bash ~/.setup.sh
     rm ~/.setup.sh
 fi
+DISABLED
 
 [[ -f ~/.bashrc ]] && . ~/.bashrc
 [[ -z $DISPLAY && $XDG_VTNR -eq 1 ]] && exec startx