summaryrefslogtreecommitdiff
path: root/net:coframi-velizy.com
diff options
context:
space:
mode:
authorhugues <hugues@a0e5b806-a6f9-0310-978d-cbce73f8a913>2006-09-12 03:03:35 +0000
committerHugues Hiegel <hugues@hiegel.fr>2008-03-07 14:15:10 +0100
commitdd8648fcac4fc9c821a30fd2fb1f07099a65fbf4 (patch)
tree7b7d73c901476e15c731d65f76bd7836394be708 /net:coframi-velizy.com
parent0ae73a79c52c871002fb520fc8b6dfaf018de7ce (diff)
Super conf qui tue
git-svn-id: svn+ssh://hugues@maison/opt/svn/private/hugues@268 a0e5b806-a6f9-0310-978d-cbce73f8a913
Diffstat (limited to 'net:coframi-velizy.com')
-rw-r--r--net:coframi-velizy.com/Aliases.zsh6
-rw-r--r--net:coframi-velizy.com/Environment.zsh22
-rw-r--r--net:coframi-velizy.com/Hashes.zsh5
-rw-r--r--net:coframi-velizy.com/KeyBindings.zsh5
4 files changed, 38 insertions, 0 deletions
diff --git a/net:coframi-velizy.com/Aliases.zsh b/net:coframi-velizy.com/Aliases.zsh
new file mode 100644
index 0000000..f7e6048
--- /dev/null
+++ b/net:coframi-velizy.com/Aliases.zsh
@@ -0,0 +1,6 @@
+
+# Marre de se faire avoir avec la reconstruction de la BDD
+a cscope='cscope -d'
+
+# Ptit alias bien pratique, pour afficher rapidos les patches appliqués et ceux qui ne le sont pas
+a q='quilt applied ; echo " -- TOP -- " ; quilt unapplied'
diff --git a/net:coframi-velizy.com/Environment.zsh b/net:coframi-velizy.com/Environment.zsh
new file mode 100644
index 0000000..9569dee
--- /dev/null
+++ b/net:coframi-velizy.com/Environment.zsh
@@ -0,0 +1,22 @@
+#!/bin/zsh
+##
+## Part of configuration files for Zsh 4
+## by Hugues Hiegel <hugues@nullpart.net>
+##
+## NO WARRANTY PROVIDED, USE AT YOUR OWN RISKS
+##
+## You are encouraged to use, modify, and redistribute
+## these files with or without this notice.
+##
+
+#export PATH=${PATH:+$PATH:}~/souche_linux_pl/tools/bin:/usr/local/urd2/bin:/usr/local/urd2/openrg2_6/mips-linux-uclibc/bin/
+#export LD_LIBRARY_PATH=${LD_LIBRARY_PATH:+$LD_LIBRARY_PATH:}~/souche_linux_pl/tools/lib
+#export MANPATH=${MANPATH:+$MANPATH:}/usr/local/urd2/man:~/souche_linux_pl/tools/man:~/souche_linux_pl/tools/share/man
+
+#PATH=$PATH:/opt/openrg/mips-linux-uclibc/bin
+#typeset -gU PATH MANPATH
+
+#__PREFIX=/filer1/dev_users/hiegel/souche_linux_pl/tools/
+
+export http_proxy="http://proxy:3128"
+export ftp_proxy=$http_proxy
diff --git a/net:coframi-velizy.com/Hashes.zsh b/net:coframi-velizy.com/Hashes.zsh
new file mode 100644
index 0000000..c869707
--- /dev/null
+++ b/net:coframi-velizy.com/Hashes.zsh
@@ -0,0 +1,5 @@
+
+hash -d dev=/developpement/nes/sagem-box/hhiegel
+hash -d public=/public/nes
+hash -d tftp=~public/pc-test/tftp/
+
diff --git a/net:coframi-velizy.com/KeyBindings.zsh b/net:coframi-velizy.com/KeyBindings.zsh
new file mode 100644
index 0000000..0691d95
--- /dev/null
+++ b/net:coframi-velizy.com/KeyBindings.zsh
@@ -0,0 +1,5 @@
+
+# Lance l'alias ``q'' (voir le fichier d'aliases) pour
+# afficher rapidement la pile des patches, avec une marque
+# au niveau du dernier patch appliqué.
+