Improve .bash_profile
This commit is contained in:
parent
d226434f42
commit
b06e29e5c8
1 changed files with 2 additions and 1 deletions
|
|
@ -1,2 +1,3 @@
|
|||
[ `tty` == /dev/tty1 ] && exec startx
|
||||
#!/bin/bash
|
||||
[ "$(tty)" = "/dev/tty1" ] && exec startx
|
||||
source "$HOME/.bashrc"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue