Provide https://grml.org/console/tmux.conf as redirect for grml-etc-core's tmux.conf
authorMichael Prokop <mika@grml.org>
Fri, 4 Dec 2020 10:08:15 +0000 (11:08 +0100)
committerMichael Prokop <mika@grml.org>
Fri, 4 Dec 2020 10:08:15 +0000 (11:08 +0100)
Related to https://github.com/grml/grml-etc-core/pull/115

console/.htaccess

index b62f2c6..c0da5dc 100644 (file)
@@ -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