aboutsummaryrefslogtreecommitdiff
path: root/etc/sh/rc
diff options
context:
space:
mode:
Diffstat (limited to 'etc/sh/rc')
-rw-r--r--etc/sh/rc3
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/sh/rc b/etc/sh/rc
index 9cd9eef..a443587 100644
--- a/etc/sh/rc
+++ b/etc/sh/rc
@@ -134,6 +134,9 @@ alias bc='bc -l'
alias sqlite='rlwrap sqlite3'
alias guile='guile -l "$XDG_CONFIG_HOME"/guile/init.scm'
+alias info='info --init-file "$XDG_CONFIG_HOME"/info/infokey'
+alias wget='wget --hsts-file="$XDG_STATE_HOME"/wget-hsts'
+alias tmux='tmux -f "$XDG_CONFIG_HOME"/tmux/tmux.conf'
alias flush='sync && echo 3 | sudo tee /proc/sys/vm/drop_caches > /dev/null'
alias kal='khal calendar today `LANG=en.UTF-8 date +%A`'