diff options
Diffstat (limited to 'bashrc')
| -rw-r--r-- | bashrc/.bash_profile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/bashrc/.bash_profile b/bashrc/.bash_profile new file mode 100644 index 0000000..ac667e7 --- /dev/null +++ b/bashrc/.bash_profile @@ -0,0 +1,9 @@ +# .bash_profile + +# Get the aliases and functions +[ -f $HOME/.bashrc ] && . $HOME/.bashrc + +# Start X11 automatically on TTY1 login +if [[ -z $DISPLAY ]] && [[ $(tty) = /dev/tty1 ]]; then + exec startx +fi
\ No newline at end of file |
