Clean bash_profile

This commit is contained in:
nemunaire 2018-02-23 19:19:14 +01:00
parent 30e597c4a0
commit 7fab513dc6
1 changed files with 2 additions and 23 deletions

View File

@ -1,23 +1,2 @@
. $HOME/.bashrc
#screen -wipe
#if [ -n "$SSH_CLIENT" ]
#then
# transmission-remote -as
# screen -S remote -D -RR -c .screenstart
# transmission-remote -AS
# exit
#el
if [ `tty` == /dev/tty1 ]
then
# export scrln=`screen -ls | wc -l`
# if [ $scrln -eq 2 ]
# then
# screen -S remote -d -m -c .screenstart
# fi
startx
clear
exit
fi
[ `tty` == /dev/tty1 ] && exec startx
source "$HOME/.bashrc"