]> git.wh0rd.org - home.git/blobdiff - .bashrc
bashrc: ignore ulimit warnings
[home.git] / .bashrc
diff --git a/.bashrc b/.bashrc
index 7476f9b5c9246005f2919c0edcc550dd317e9f32..1c7a08bc017e319972133f0610462113e2739099 100644 (file)
--- 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