From 5a7f8ee5b9545ba0003f80b43a8c0905d53fdc6a Mon Sep 17 00:00:00 2001 From: Mika Suomalainen Date: Fri, 26 Apr 2013 14:01:50 +0300 Subject: [PATCH] fix previous commit sysctl -f is needed for the update to take effect. --- bashrc | 2 +- zshrc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bashrc b/bashrc index 030f9492..26b80301 100644 --- a/bashrc +++ b/bashrc @@ -443,7 +443,7 @@ alias apt-gety="apt-get -y " alias aptitudey="aptitude -y " # Set core pattern how I want it to be -alias fcorepattern='echo kernel.core_pattern = %e-%p-%h.core >> /etc/sysctl.conf' +alias fcorepattern='echo kernel.core_pattern = %e-%p-%h.core >> /etc/sysctl.conf;sysctl -f' # Allow custom aliases to be put in .aliases or .bash_aliases . diff --git a/zshrc b/zshrc index a4b7a5e6..7be2a451 100644 --- a/zshrc +++ b/zshrc @@ -416,7 +416,7 @@ alias apt-gety="apt-get -y " alias aptitudey="aptitude -y " # Set core pattern how I want it to be -alias fcorepattern='echo kernel.core_pattern = %e-%p-%h.core >> /etc/sysctl.conf' +alias fcorepattern='echo kernel.core_pattern = %e-%p-%h.core >> /etc/sysctl.conf;sysctl -f' # .aliases