mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-25 12:39:48 +01:00
bashrc & zshrc: add alias rss for reset.
It's easier to type using phone or tablet with VX Connectbot. I have need to reset on those devices very often.
This commit is contained in:
parent
0716ec9731
commit
5146f94d1a
3
bashrc
3
bashrc
@ -420,6 +420,9 @@ alias defaulttarget="systemctl enable "
|
||||
alias fedorautils="\fedorautils -c"
|
||||
alias fedorautils-install='su -c "curl http://download.opensuse.org/repositories/home:/satya164:/fedorautils/Fedora_17/home:satya164:fedorautils.repo -Lo /etc/yum.repos.d/fedorautils.repo && yum -y install fedorautils"'
|
||||
|
||||
# ReSet Screen rss
|
||||
alias rss=reset
|
||||
|
||||
# Allow custom aliases to be put in .aliases or .bash_aliases .
|
||||
|
||||
# .aliases
|
||||
|
3
zshrc
3
zshrc
@ -393,6 +393,9 @@ alias suu="su -"
|
||||
alias fedorautils="\fedorautils -c"
|
||||
alias fedorautils-install='su -c "curl http://download.opensuse.org/repositories/home:/satya164:/fedorautils/Fedora_17/home:satya164:fedorautils.repo -Lo /etc/yum.repos.d/fedorautils.repo && yum -y install fedorautils"'
|
||||
|
||||
# ReSet Screen rss
|
||||
alias rss=reset
|
||||
|
||||
# .aliases
|
||||
if [ -f ~/.aliases ]; then
|
||||
source ~/.aliases
|
||||
|
Loading…
Reference in New Issue
Block a user