Clean bash_profile
This commit is contained in:
parent
30e597c4a0
commit
7fab513dc6
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user