From b9d078c02449ee54d684a93c367839fc6bf6cbaf Mon Sep 17 00:00:00 2001 From: Hugues Date: Mon, 17 Mar 2008 00:40:23 +0100 Subject: Push back Prunelle's config "au goût du jour". MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- host:prunelle/Aliases.zsh | 13 +++++++++++ host:prunelle/Environment.zsh | 32 ++++++++++++++++++++++++++++ host:prunelle/Prompts.zsh | 4 ++++ host:prunelle/README | 2 ++ net:ordener.fr/host:prunelle/Aliases.zsh | 13 ----------- net:ordener.fr/host:prunelle/Environment.zsh | 32 ---------------------------- net:ordener.fr/host:prunelle/README | 2 -- 7 files changed, 51 insertions(+), 47 deletions(-) create mode 100644 host:prunelle/Aliases.zsh create mode 100644 host:prunelle/Environment.zsh create mode 100644 host:prunelle/Prompts.zsh create mode 100644 host:prunelle/README delete mode 100644 net:ordener.fr/host:prunelle/Aliases.zsh delete mode 100644 net:ordener.fr/host:prunelle/Environment.zsh delete mode 100644 net:ordener.fr/host:prunelle/README diff --git a/host:prunelle/Aliases.zsh b/host:prunelle/Aliases.zsh new file mode 100644 index 0000000..03b6b3f --- /dev/null +++ b/host:prunelle/Aliases.zsh @@ -0,0 +1,13 @@ +#!/bin/zsh +## +## Part of configuration files for Zsh 4 +## by Hugues Hiegel +## +## NO WARRANTY PROVIDED, USE AT YOUR OWN RISKS +## +## You are encouraged to use, modify, and redistribute +## these files with or without this notice. +## +a port='sudo port' +a ls='ls -FG' +a aless='open -a /Applications/DarwinPorts/AquaLess.app' diff --git a/host:prunelle/Environment.zsh b/host:prunelle/Environment.zsh new file mode 100644 index 0000000..219e88e --- /dev/null +++ b/host:prunelle/Environment.zsh @@ -0,0 +1,32 @@ +#!/bin/zsh +## +## Part of configuration files for Zsh 4 +## by Hugues Hiegel +## +## NO WARRANTY PROVIDED, USE AT YOUR OWN RISKS +## +## You are encouraged to use, modify, and redistribute +## these files with or without this notice. +## + +if ( [ "`uname -s`" = "Darwin" ] ) +then + export DISPLAY=:0 + + ## Fink / DarwinPorts + + MANPATH=/usr/share/man + INFOPATH=/usr/share/info + + for i in usr/X11R6 dp sw ; do + export PATH=$PATH:/$i/bin:/$i/sbin + export MANPATH=$MANPATH:/$i/share/man + export INFOPATH=$INFOPATH:/$i/share/info + done + + typeset -gU PATH MANPATH INFOPATH +fi + +PS1_USER="1" +PS1_USER_SSH="$PS1_USER" +PS1_ROOT="31;1" diff --git a/host:prunelle/Prompts.zsh b/host:prunelle/Prompts.zsh new file mode 100644 index 0000000..4edc03c --- /dev/null +++ b/host:prunelle/Prompts.zsh @@ -0,0 +1,4 @@ +chpwd() +{ + term_title +} diff --git a/host:prunelle/README b/host:prunelle/README new file mode 100644 index 0000000..33e3fd8 --- /dev/null +++ b/host:prunelle/README @@ -0,0 +1,2 @@ +C'est l'iBook d'Hugues :) +Sous Darwin, soit dit en passant... diff --git a/net:ordener.fr/host:prunelle/Aliases.zsh b/net:ordener.fr/host:prunelle/Aliases.zsh deleted file mode 100644 index 03b6b3f..0000000 --- a/net:ordener.fr/host:prunelle/Aliases.zsh +++ /dev/null @@ -1,13 +0,0 @@ -#!/bin/zsh -## -## Part of configuration files for Zsh 4 -## by Hugues Hiegel -## -## NO WARRANTY PROVIDED, USE AT YOUR OWN RISKS -## -## You are encouraged to use, modify, and redistribute -## these files with or without this notice. -## -a port='sudo port' -a ls='ls -FG' -a aless='open -a /Applications/DarwinPorts/AquaLess.app' diff --git a/net:ordener.fr/host:prunelle/Environment.zsh b/net:ordener.fr/host:prunelle/Environment.zsh deleted file mode 100644 index 219e88e..0000000 --- a/net:ordener.fr/host:prunelle/Environment.zsh +++ /dev/null @@ -1,32 +0,0 @@ -#!/bin/zsh -## -## Part of configuration files for Zsh 4 -## by Hugues Hiegel -## -## NO WARRANTY PROVIDED, USE AT YOUR OWN RISKS -## -## You are encouraged to use, modify, and redistribute -## these files with or without this notice. -## - -if ( [ "`uname -s`" = "Darwin" ] ) -then - export DISPLAY=:0 - - ## Fink / DarwinPorts - - MANPATH=/usr/share/man - INFOPATH=/usr/share/info - - for i in usr/X11R6 dp sw ; do - export PATH=$PATH:/$i/bin:/$i/sbin - export MANPATH=$MANPATH:/$i/share/man - export INFOPATH=$INFOPATH:/$i/share/info - done - - typeset -gU PATH MANPATH INFOPATH -fi - -PS1_USER="1" -PS1_USER_SSH="$PS1_USER" -PS1_ROOT="31;1" diff --git a/net:ordener.fr/host:prunelle/README b/net:ordener.fr/host:prunelle/README deleted file mode 100644 index 33e3fd8..0000000 --- a/net:ordener.fr/host:prunelle/README +++ /dev/null @@ -1,2 +0,0 @@ -C'est l'iBook d'Hugues :) -Sous Darwin, soit dit en passant... -- cgit v1.2.3