aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/%HOME%
diff options
context:
space:
mode:
Diffstat (limited to '%HOME%')
-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"