diff options
-rw-r--r-- | .zshrc | 4 | ||||
-rw-r--r-- | host:delphine/Hashes.zsh (renamed from host:delphine/50_Hashes.zsh) | 0 | ||||
-rw-r--r-- | host:paranoid/Aliases.zsh (renamed from host:paranoid/70_Aliases.zsh) | 0 | ||||
-rw-r--r-- | host:paranoid/Environment.zsh (renamed from host:paranoid/20_Environment.zsh) | 0 | ||||
-rw-r--r-- | host:prunelle/Aliases.zsh (renamed from host:prunelle/70_Aliases.zsh) | 0 | ||||
-rw-r--r-- | host:prunelle/Environment.zsh (renamed from host:prunelle/20_Environment.zsh) | 0 | ||||
-rw-r--r-- | net:coframi-velizy.com/Aliases.zsh | 6 | ||||
-rw-r--r-- | net:coframi-velizy.com/Environment.zsh | 22 | ||||
-rw-r--r-- | net:coframi-velizy.com/Hashes.zsh | 5 | ||||
-rw-r--r-- | net:coframi-velizy.com/KeyBindings.zsh | 5 |
10 files changed, 40 insertions, 2 deletions
@@ -30,9 +30,9 @@ if [ -d $ZDOTDIR ]; then [ "$DEBUG" != "" ] && echo "${${script:t:r}/??_/}... "; source $script - for i in "host:`hostname -s`" "user:`whoami`" #"host:`hostname -s`.user:`whoami`" + for i in "host:`hostname -s`" "user:`whoami`" "net:`hostname -d`" do - specific_script=${script:h}/$i/${script:t} + specific_script=${script:h}/$i/${${script:t}/??_/} [ -f $specific_script ] && source $specific_script done done diff --git a/host:delphine/50_Hashes.zsh b/host:delphine/Hashes.zsh index da06ce8..da06ce8 100644 --- a/host:delphine/50_Hashes.zsh +++ b/host:delphine/Hashes.zsh diff --git a/host:paranoid/70_Aliases.zsh b/host:paranoid/Aliases.zsh index 986ad6b..986ad6b 100644 --- a/host:paranoid/70_Aliases.zsh +++ b/host:paranoid/Aliases.zsh diff --git a/host:paranoid/20_Environment.zsh b/host:paranoid/Environment.zsh index 8cc126e..8cc126e 100644 --- a/host:paranoid/20_Environment.zsh +++ b/host:paranoid/Environment.zsh diff --git a/host:prunelle/70_Aliases.zsh b/host:prunelle/Aliases.zsh index 900e335..900e335 100644 --- a/host:prunelle/70_Aliases.zsh +++ b/host:prunelle/Aliases.zsh diff --git a/host:prunelle/20_Environment.zsh b/host:prunelle/Environment.zsh index b96764f..b96764f 100644 --- a/host:prunelle/20_Environment.zsh +++ b/host:prunelle/Environment.zsh 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é. + |