From: Mike Frysinger Date: Sat, 15 Feb 2020 22:30:16 +0000 (-0500) Subject: bashrc: ignore ulimit warnings X-Git-Url: https://git.wh0rd.org/?p=home.git;a=commitdiff_plain;h=058dcf5293c734d5f5c066ed2b3d79eb2fc35d94 bashrc: ignore ulimit warnings --- diff --git a/.bashrc b/.bashrc index 7476f9b..1c7a08b 100644 --- a/.bashrc +++ b/.bashrc @@ -36,4 +36,4 @@ export GTK2_RC_FILES="$HOME/.gtkrc-2.0:$HOME/.kde/share/config/gtkrc-2.0:/etc/gt ulimit -c $(( 512 * 1024 )) # units of KiB # Chrome creates a shit ton of procs/threads now. -ulimit -u $(( 1000 * $(getconf _NPROCESSORS_CONF 2>/dev/null || echo 1) )) +ulimit -u $(( 1000 * $(getconf _NPROCESSORS_CONF 2>/dev/null || echo 1) )) 2>/dev/null