aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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
}