summaryrefslogtreecommitdiff
path: root/host:prunelle
diff options
context:
space:
mode:
authorhugues <hugues@a0e5b806-a6f9-0310-978d-cbce73f8a913>2006-08-20 19:50:12 +0000
committerHugues Hiegel <hugues@hiegel.fr>2008-03-07 14:15:09 +0100
commit46ac6b2c967768aafe50a5446aab2241ddbcff69 (patch)
tree05c0007a21eaf529518e2bd77f4fb18170139986 /host:prunelle
parent01b231dc56c2335481644728405c7aba037f1f5e (diff)
Grand ménage dans la conf Zsh
git-svn-id: svn+ssh://hugues@maison/opt/svn/private/hugues@255 a0e5b806-a6f9-0310-978d-cbce73f8a913
Diffstat (limited to 'host:prunelle')
-rw-r--r--host:prunelle/20_Environment.zsh32
-rw-r--r--host:prunelle/70_Aliases.zsh13
-rw-r--r--host:prunelle/README2
3 files changed, 47 insertions, 0 deletions
diff --git a/host:prunelle/20_Environment.zsh b/host:prunelle/20_Environment.zsh
new file mode 100644
index 0000000..b96764f
--- /dev/null
+++ b/host:prunelle/20_Environment.zsh
@@ -0,0 +1,32 @@
+#!/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.
+##
+
+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
new file mode 100644
index 0000000..900e335
--- /dev/null
+++ b/host:prunelle/70_Aliases.zsh
@@ -0,0 +1,13 @@
+#!/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.
+##
+a port='sudo port'
+a ls='ls -FG'
+a aless='open -a /Applications/DarwinPorts/AquaLess.app'
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...