]> gitweb.pimeys.fr Git - config-20-100.git/blobdiff - .zsh/rc/local/20_env
Ajout du zshrc, même s'il manque encore de commentaires etc.
[config-20-100.git] / .zsh / rc / local / 20_env
diff --git a/.zsh/rc/local/20_env b/.zsh/rc/local/20_env
new file mode 100644 (file)
index 0000000..586828b
--- /dev/null
@@ -0,0 +1,28 @@
+# This is personnal stuff containing emails, etc.
+# personnal mail
+#~# À changer
+export MAIL="user@example.com"
+export DEBEMAIL=$MAIL
+export DEBFULLNAME="My Name"
+
+#~# remplacer meh par votre login
+export PATH=$PATH:/home/meh/bin:/sbin:/usr/sbin
+
+#
+export LC_ALL=fr_FR.UTF-8
+
+# Darcs
+#~# à changer
+export DARCS_EMAIL="I'm so pretty <dude@example.com>"
+
+# for pbuilder
+export BUILD_ROOT="~/pbuilder/custom/"
+
+# set editor
+#~# à changer éventuellement
+if check_com -c vim 2>&1; then
+    export EDITOR='vim'
+else
+    export EDITOR="nano"
+fi
+