aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2018-06-04 22:07:17 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2018-06-04 22:07:17 +0300
commit2f0843275ac8413205791cc015aff469402567eb (patch)
tree1b3db1747d33da81e8d688f543bece5042af0191
parentremove ~/.fonts.conf (diff)
downloadlinux-home-2f0843275ac8413205791cc015aff469402567eb.tar.gz
linux-home-2f0843275ac8413205791cc015aff469402567eb.zip
remove .profile
Diffstat (limited to '')
-rw-r--r--%HOME%/.profile9
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"