mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-12-22 18:52:45 +01:00
fix previous commit
sysctl -f is needed for the update to take effect.
This commit is contained in:
parent
3ce88cd414
commit
5a7f8ee5b9
2
bashrc
2
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 .
|
||||
|
||||
|
2
zshrc
2
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
|
||||
|
Loading…
Reference in New Issue
Block a user