diff options
author | Marc Coquand <marc@mccd.space> | 2024-05-10 09:40:43 -0500 |
---|---|---|
committer | Marc Coquand <marc@mccd.space> | 2024-05-10 09:40:43 -0500 |
commit | e0ff71f1967d6d6f1ca9b8bfa386818806d8e0cb (patch) | |
tree | 39ee507b634cb40366fed3646c338f90d4f5e6c9 /bash_profile | |
parent | 9ac2b12a8ceb00d659ddd333be4cb7726905f76d (diff) | |
download | rcm-e0ff71f1967d6d6f1ca9b8bfa386818806d8e0cb.tar.gz rcm-e0ff71f1967d6d6f1ca9b8bfa386818806d8e0cb.tar.bz2 rcm-e0ff71f1967d6d6f1ca9b8bfa386818806d8e0cb.zip |
Remove bash profile and bashrc
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 |