diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2018-06-04 22:07:17 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2018-06-04 22:07:17 +0300 |
commit | 2f0843275ac8413205791cc015aff469402567eb (patch) | |
tree | 1b3db1747d33da81e8d688f543bece5042af0191 /%HOME%/.profile | |
parent | remove ~/.fonts.conf (diff) | |
download | linux-home-2f0843275ac8413205791cc015aff469402567eb.tar.gz linux-home-2f0843275ac8413205791cc015aff469402567eb.zip |
remove .profile
Diffstat (limited to '%HOME%/.profile')
-rw-r--r-- | %HOME%/.profile | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/%HOME%/.profile b/%HOME%/.profile deleted file mode 100644 index fc581b7..0000000 --- a/%HOME%/.profile +++ /dev/null @@ -1,9 +0,0 @@ -# This $LANG stuff I inherited from Cygwin, so I'm preserving it for now. -# Although it's broken on Ubuntu and such. -[ -z "${LANG+x}" ] \ - && LANG="$( locale --no-unicode --utf )" \ - && export LANG - -[ -n "${BASH_VERSION+x}" ] \ - && [ -r "$HOME/.bashrc" ] \ - && . "$HOME/.bashrc" |