Add .gitconfig and install.sh
Signed-off-by: Severin Kaderli <severin.kaderli@gmail.com>
This commit is contained in:
parent
3aee19333c
commit
035ca90868
4 changed files with 43 additions and 0 deletions
|
@ -8,6 +8,7 @@ if [[ $- == *i* && -f $HOME/.bashrc ]]; then
|
|||
. $HOME/.bashrc
|
||||
fi
|
||||
|
||||
# If we are on tty1 we start the x-server
|
||||
if [ "$(tty)" = "/dev/tty1" ]; then
|
||||
startx && exit
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue