From 455e5ef28cafddb8c5a4bf9d38817377bb0c2b1f Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Wed, 13 Dec 2023 03:56:15 -0300 Subject: etc/sh/rc: Move "ulimit -c unlimited" to Bash-specific section --- etc/sh/rc | 5 +++-- 1 file 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" -- cgit v1.2.3