aboutsummaryrefslogtreecommitdiffstats
path: root/bashrc/.bash_profile
diff options
context:
space:
mode:
Diffstat (limited to 'bashrc/.bash_profile')
-rw-r--r--bashrc/.bash_profile9
1 files changed, 0 insertions, 9 deletions
diff --git a/bashrc/.bash_profile b/bashrc/.bash_profile
deleted file mode 100644
index ac667e7..0000000
--- a/bashrc/.bash_profile
+++ /dev/null
@@ -1,9 +0,0 @@
-# .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