diff options
author | Amin Bandali <bandali@gnu.org> | 2019-08-10 03:05:03 -0400 |
---|---|---|
committer | Amin Bandali <bandali@gnu.org> | 2019-08-10 03:07:20 -0400 |
commit | 789f1df4b75ca82a92b31b740342635447fd1369 (patch) | |
tree | 133423dbd6c205c684312f12cd4d2f7aa063a294 /.bash_profile | |
parent | 66e116a3bbfbb27636aad37ebb9bd39be50018cb (diff) | |
download | configs-789f1df4b75ca82a92b31b740342635447fd1369.tar.gz configs-789f1df4b75ca82a92b31b740342635447fd1369.tar.xz configs-789f1df4b75ca82a92b31b740342635447fd1369.zip |
shell: rename .bash_profile to .xsessionrc
every damn distro + display manager combination seem to have their own
expectation of how profile must be set up. ~/.xsessionrc seems to
please debian’s lightdm
Diffstat (limited to '.bash_profile')
-rw-r--r-- | .bash_profile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.bash_profile b/.bash_profile deleted file mode 100644 index 61cb5cf..0000000 --- a/.bash_profile +++ /dev/null @@ -1 +0,0 @@ -if [ -f "$HOME/.profile" ]; then . "$HOME/.profile"; fi |