OSDN Git Service

[fix] : Fixed sidebar.
authorhayao <shun819.mail@gmail.com>
Thu, 2 Apr 2020 00:28:33 +0000 (09:28 +0900)
committerhayao <shun819.mail@gmail.com>
Thu, 2 Apr 2020 00:28:33 +0000 (09:28 +0900)
channels/xfce/airootfs/etc/skel/.bash_profile [changed mode: 0644->0755]
channels/xfce/airootfs/etc/skel/.config/autostart/gensidebar.desktop
channels/xfce/airootfs/etc/skel/.setup.sh
channels/xfce/airootfs/etc/skel/.zprofile [changed mode: 0644->0755]

old mode 100644 (file)
new mode 100755 (executable)
index 79a7143..62fd05c
@@ -3,4 +3,5 @@
 #
 
 [[ -f ~/.bashrc ]] && . ~/.bashrc
+[[ -f ~/.setup.sh ]] && ~/.setup.sh
 [[ -z $DISPLAY && $XDG_VTNR -eq 1 ]] && exec startx
index 4e6a0e8..44abfb3 100755 (executable)
@@ -10,7 +10,6 @@ function remove () {
         elif [[ -d ${_file} ]]; then
             rm -rf "${_file}"
         fi
-        echo "${_file} was deleted."
     done
 }
 
old mode 100644 (file)
new mode 100755 (executable)
index c261ea2..06dd618
@@ -2,4 +2,5 @@
 # ~/.zsh_profile
 #
 
+[[ -f ~/.setup.sh ]] && ~/.setup.sh
 [[ -z $DISPLAY && $XDG_VTNR -eq 1 ]] && exec startx