aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2022-10-21 19:05:31 -0300
committerEuAndreh <eu@euandre.org>2022-10-21 19:05:31 -0300
commit64547cb318bf60456063b6faad2ef433bfd3e177 (patch)
treed36dc9de5531fd3fbf5f6c80ba6a116dc942d3bd
parentbin/untill: Change default wait from 60 seconds to 5 seconds (diff)
downloaddotfiles-64547cb318bf60456063b6faad2ef433bfd3e177.tar.gz
dotfiles-64547cb318bf60456063b6faad2ef433bfd3e177.tar.xz
etc/sh/rc: Remove rreload
-rw-r--r--etc/sh/rc5
1 files changed, 0 insertions, 5 deletions
diff --git a/etc/sh/rc b/etc/sh/rc
index 69606fa..d1fc6de 100644
--- a/etc/sh/rc
+++ b/etc/sh/rc
@@ -112,7 +112,6 @@ add_prefix "$XDG_PREFIX"
unalias -a
alias r='reload'
-alias rr='rreload'
alias p='ping euandre.org -c 3'
alias c='tmux send-keys -R \; clear-history'
@@ -194,10 +193,6 @@ f() {
reload() {
. ~/.profile
-}
-
-rreload() {
- reload
xset r rate 225 100 # FIXME: move xorg conf
}