From 21c2109f8bf950261d5ef7ab4ae4ba5badf67bdc Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Fri, 4 Dec 2020 11:08:15 +0100 Subject: [PATCH] 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 --- console/.htaccess | 1 + 1 file changed, 1 insertion(+) 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 -- 2.1.4