diff options
Diffstat (limited to 'bash_profile')
-rw-r--r-- | bash_profile | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/bash_profile b/bash_profile deleted file mode 100644 index fd8a8a8..0000000 --- a/bash_profile +++ /dev/null @@ -1,9 +0,0 @@ -# Set up the system, user profile, and related variables. -# /etc/profile will be sourced by bash automatically -# Set up the home environment profile. -if [ -f ~/.profile ]; then source ~/.profile; fi - -# Honor per-interactive-shell startup file -if [ -f ~/.bashrc ]; then source ~/.bashrc; fi - -if [[ "$(tty)" == "/dev/tty1" ]]; then exec dbus-run-session hikari; fi |