init minimal
This commit is contained in:
10
.bash_profile
Normal file
10
.bash_profile
Normal file
@@ -0,0 +1,10 @@
|
||||
#
|
||||
# ~/.bash_profile
|
||||
#
|
||||
|
||||
[[ -f ~/.bashrc ]] && . ~/.bashrc
|
||||
|
||||
if [ -z "$DISPLAY" -a $XDG_VTNR -eq 1 ]; then
|
||||
#date --iso-8601="seconds"
|
||||
exec startx -- -keeptty >> ~/.xorg.log 2>&1
|
||||
fi
|
||||
Reference in New Issue
Block a user