From 5146f94d1a23eaf56bb0d4475bfd69c53d706a6c Mon Sep 17 00:00:00 2001 From: Mika Suomalainen Date: Sun, 10 Feb 2013 13:12:52 +0200 Subject: [PATCH] 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. --- bashrc | 3 +++ zshrc | 3 +++ 2 files changed, 6 insertions(+) diff --git a/bashrc b/bashrc index e4893870..1d8f0172 100644 --- a/bashrc +++ b/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 diff --git a/zshrc b/zshrc index fc770a1f..9636938a 100644 --- a/zshrc +++ b/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