mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-01-03 16:52:37 +01:00
bashrc & zshrc: yum -y and -n aliases. yummy yummn yumy yumn
This commit is contained in:
parent
45ad3f182d
commit
33a00e4593
4
bashrc
4
bashrc
@ -384,6 +384,10 @@ alias mkhiso=isohybrid
|
||||
# Yum
|
||||
alias yum-unlock="rm -rf /var/run/yum.pid"
|
||||
alias yum-rm-timedhosts="rm /var/cache/yum/$CPUARCH/17/timedhost*"
|
||||
alias yummy="yum -y "
|
||||
alias yummn="yum -n "
|
||||
alias yumy=yummy
|
||||
alias yumn=yummn
|
||||
|
||||
# Archiving and extracting with tar
|
||||
# This is tartar to avoid conflict with tar
|
||||
|
4
zshrc
4
zshrc
@ -340,6 +340,10 @@ alias mkhiso=isohybrid
|
||||
# Yum
|
||||
alias yum-unlock="rm -rf /var/run/yum.pid"
|
||||
alias yum-rm-timedhosts="rm /var/cache/yum/$CPUARCH/17/timedhost*"
|
||||
alias yummy="yum -y "
|
||||
alias yummn="yum -n "
|
||||
alias yumy=yummy
|
||||
alias yumn=yummn
|
||||
|
||||
# Archiving and extracting with tar
|
||||
# This is tartar to avoid conflict with tar
|
||||
|
Loading…
Reference in New Issue
Block a user