another fix
This commit is contained in:
parent
1ffcf67150
commit
9e4c0f0278
1 changed files with 1 additions and 11 deletions
|
@ -1,13 +1,3 @@
|
|||
# ~/.profile: executed by the command interpreter for login shells.
|
||||
# This file is not read by bash(1), if ~/.bash_profile or ~/.bash_login
|
||||
# exists.
|
||||
# see /usr/share/doc/bash/examples/startup-files for examples.
|
||||
# the files are located in the bash-doc package.
|
||||
|
||||
# the default umask is set in /etc/profile; for setting the umask
|
||||
# for ssh logins, install and configure the libpam-umask package.
|
||||
#umask 022
|
||||
|
||||
# if running bash
|
||||
if [ -n "$BASH_VERSION" ] && [ -f "$HOME/.bashrc" ]; then
|
||||
."$HOME/.bashrc"
|
||||
|
@ -19,6 +9,6 @@ if [ -d "$HOME/bin" ] ; then
|
|||
fi
|
||||
|
||||
# start gui
|
||||
if [ -z $DISPLAY ] && [ $XDG_VTNR -eq 1 ]; then
|
||||
if [ -z $DISPLAY ]; then
|
||||
exec startx
|
||||
fi
|
||||
|
|
Loading…
Add table
Reference in a new issue