aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--etc/sh/rc5
1 files changed, 3 insertions, 2 deletions
diff --git a/etc/sh/rc b/etc/sh/rc
index 10158e1..88d5605 100644
--- a/etc/sh/rc
+++ b/etc/sh/rc
@@ -3,8 +3,6 @@
export ENV=~/.profile
-ulimit -c unlimited
-
export XDG_DATA_DIRS="$XDG_DATA_HOME/flatpak/exports/share:/var/lib/flatpak/exports/share${XDG_DATA_DIRS:+:}${XDG_DATA_DIRS:-}"
@@ -491,6 +489,9 @@ if [ -z "$BASH_VERSION" ]; then
return
fi
+# shellcheck disable=3045
+ulimit -c unlimited
+
ln -fs .profile ~/.bashrc
export INPUTRC="$XDG_CONFIG_HOME/bash/inputrc"