From: Michael Prokop Date: Fri, 4 Dec 2020 10:08:15 +0000 (+0100) Subject: Provide https://grml.org/console/tmux.conf as redirect for grml-etc-core's tmux.conf X-Git-Url: http://git.grml.org/?a=commitdiff_plain;h=21c2109f8bf950261d5ef7ab4ae4ba5badf67bdc;hp=40d702049930a26b9d4d386bba5ac712b877579c;p=grml.org.git Provide https://grml.org/console/tmux.conf as redirect for grml-etc-core's tmux.conf Related to https://github.com/grml/grml-etc-core/pull/115 --- diff --git a/console/.htaccess b/console/.htaccess index b62f2c6..c0da5dc 100644 --- a/console/.htaccess +++ b/console/.htaccess @@ -4,4 +4,5 @@ RewriteRule ^$ https://michael-prokop.at/blog/2007/12/22/make-console- RewriteRule zshrc(/?)$ https://git.grml.org/f/grml-etc-core/etc/zsh/zshrc RewriteRule vimrc(/?) https://git.grml.org/f/grml-etc-core/etc/vim/vimrc RewriteRule screenrc(/?) https://git.grml.org/f/grml-etc-core/etc/grml/screenrc_generic +RewriteRule tmux.conf(/?) https://git.grml.org/f/grml-etc-core/etc/tmux.conf AddDefaultCharset UTF-8