From dd8648fcac4fc9c821a30fd2fb1f07099a65fbf4 Mon Sep 17 00:00:00 2001 From: hugues Date: Tue, 12 Sep 2006 03:03:35 +0000 Subject: Super conf qui tue git-svn-id: svn+ssh://hugues@maison/opt/svn/private/hugues@268 a0e5b806-a6f9-0310-978d-cbce73f8a913 --- host:prunelle/20_Environment.zsh | 32 -------------------------------- host:prunelle/70_Aliases.zsh | 13 ------------- host:prunelle/Aliases.zsh | 13 +++++++++++++ host:prunelle/Environment.zsh | 32 ++++++++++++++++++++++++++++++++ 4 files changed, 45 insertions(+), 45 deletions(-) delete mode 100644 host:prunelle/20_Environment.zsh delete mode 100644 host:prunelle/70_Aliases.zsh create mode 100644 host:prunelle/Aliases.zsh create mode 100644 host:prunelle/Environment.zsh (limited to 'host:prunelle') diff --git a/host:prunelle/20_Environment.zsh b/host:prunelle/20_Environment.zsh deleted file mode 100644 index b96764f..0000000 --- a/host:prunelle/20_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/host:prunelle/70_Aliases.zsh b/host:prunelle/70_Aliases.zsh deleted file mode 100644 index 900e335..0000000 --- a/host:prunelle/70_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/host:prunelle/Aliases.zsh b/host:prunelle/Aliases.zsh new file mode 100644 index 0000000..900e335 --- /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..b96764f --- /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" -- cgit v1.2.3