From d646353eb250165a7d84f2c140b8ea47fe09d32e Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Mon, 21 Apr 2014 11:13:02 +0300 Subject: [PATCH] fix previous commit --- .bash_aliases.MKAYSIGREP | 2 +- .zsh_aliases.MKAYSIGREP | 3 ++- bashrc | 2 +- zshrc | 2 +- 4 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.bash_aliases.MKAYSIGREP b/.bash_aliases.MKAYSIGREP index 60173441..635ec644 100644 --- a/.bash_aliases.MKAYSIGREP +++ b/.bash_aliases.MKAYSIGREP @@ -7,5 +7,5 @@ alias proxychains="proxychains " # MKAYSIGREP # MKAYSIGREPALIAS alias checkinstall="make install " # MKAYSIGREP # MKAYSIGREPALIAS alias gpg=gpg2 # MKAYSIGREP # MKAYSIGREPALIAS alias wget="echo Running curl -LO instead of wget && curl -LO " # MKAYSIGREP # MKAYSIGREPALIAS -alias aptitude='"You might want to try apt-* instead...' #MKAYSIGREP +alias aptitude='echo "You might want to try apt-* instead..."' #MKAYSIGREP #MKAYSIGREPALIAS diff --git a/.zsh_aliases.MKAYSIGREP b/.zsh_aliases.MKAYSIGREP index b6a07942..95660d6e 100644 --- a/.zsh_aliases.MKAYSIGREP +++ b/.zsh_aliases.MKAYSIGREP @@ -8,4 +8,5 @@ alias checkinstall="make install " # MKAYSIGREP MKAYSIGREPALIAS alias gpg=gpg2 # MKAYSIGREP MKAYSIGREPALIAS compdef gpg2=gpg # MKAYSIGREP MKAYSIGREPALIAS alias wget="echo Running curl -LO instead of wget && curl -LO " # MKAYSIGREP # MKAYSIGREPALIAS -alias aptitude='"You might want to try apt-* instead...' #MKAYSIGREP MKAYSIALIAS +alias aptitude='echo "You might want to try apt-* instead..."' #MKAYSIGREP #MKAYSIGREPALIAS + diff --git a/bashrc b/bashrc index e70f5611..e68e2a11 100644 --- a/bashrc +++ b/bashrc @@ -463,7 +463,7 @@ alias apty="apt -y" alias apt-gety="apt-get -y " alias aptitudey="aptitude -y " -#alias aptitude='"You might want to try apt-* instead...' #MKAYSIGREP #MKAYSIGREPALIAS +#alias aptitude='echo "You might want to try apt-* instead..."' #MKAYSIGREP #MKAYSIGREPALIAS # Set core pattern how I want it to be alias fcorepattern='echo kernel.core_pattern = %e-%p-%h.core >> /etc/sysctl.conf;sysctl -f' diff --git a/zshrc b/zshrc index 8c10e3d8..dcf2a32d 100644 --- a/zshrc +++ b/zshrc @@ -437,7 +437,7 @@ alias apt-gety="apt-get -y " alias aptitudey="aptitude -y " alias apty="apt -y" -#alias aptitude='"You might want to try apt-* instead...' # MKAYSIGREP #MKAYSIGREPALIAS +#alias aptitude='echo "You might want to try apt-* instead..."' #MKAYSIGREP #MKAYSIGREPALIAS # Set core pattern how I want it to be alias fcorepattern='echo kernel.core_pattern = %e-%p-%h.core >> /etc/sysctl.conf;sysctl -f'