From 3be94b18d793adf94951757981926f2e7e77cfa7 Mon Sep 17 00:00:00 2001 From: Joerg Jaspert Date: Mon, 29 Apr 2013 21:34:34 +0200 Subject: [PATCH] update with what we have on franck --- config/debian/apache.conf-ftp | 4 ++++ config/homedir/.bashrc | 1 + 2 files changed, 5 insertions(+) diff --git a/config/debian/apache.conf-ftp b/config/debian/apache.conf-ftp index 52a85528..a326bb27 100644 --- a/config/debian/apache.conf-ftp +++ b/config/debian/apache.conf-ftp @@ -18,5 +18,9 @@ Options MultiViews Indexes SymLinksIfOwnerMatch + + AddCharset utf-8 .txt + + RewriteEngine On RewriteRule ^/~(.+) /users/$1 [R=permanent,L] diff --git a/config/homedir/.bashrc b/config/homedir/.bashrc index 2a4fd452..881e7303 100644 --- a/config/homedir/.bashrc +++ b/config/homedir/.bashrc @@ -54,6 +54,7 @@ export EDITOR=$(which vim) export HISTFILESIZE=6000 export GREP_OPTIONS="--color=auto" export CDPATH=".:~:${base}:${public}:${queuedir}" +export PATH="~/bin/:${PATH}" alias base='cd ${base}' alias config='cd ${configdir}' -- 2.39.5