mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-22 11:19:22 +01:00
fix previous commit
This commit is contained in:
parent
f98f9a9fca
commit
d646353eb2
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
2
bashrc
2
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'
|
||||
|
2
zshrc
2
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'
|
||||
|
Loading…
Reference in New Issue
Block a user