From af155abf8541ba899d60cde27ec586eaac56ba20 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sun, 23 Dec 2012 21:35:04 +0100 Subject: zshrc: some systems have uppercase cpuinfo. Oo --- etc/.zshrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'etc') diff --git a/etc/.zshrc b/etc/.zshrc index 857f0f8..49804d4 100644 --- a/etc/.zshrc +++ b/etc/.zshrc @@ -70,7 +70,7 @@ if (( EUID != 0)) { path+=(/sbin /usr/sbin /usr/local/sbin) } -export MAKEFLAGS=j$(grep -c '^processor' /proc/cpuinfo) +export MAKEFLAGS=j$(grep -ic '^processor' /proc/cpuinfo) if [[ -n ${commands[clang]} ]] { export CC=clang @@ -465,7 +465,7 @@ if [[ ${distro} == debian ]] { #{{{ alias dprc='sudo dpkg-reconfigure' } #}}} -if [[ ${HOST} == aneurysm ]] #{{{ +if [[ ${HOST} == flux ]] #{{{ then alias m=mutt -- cgit v1.2.3