summaryrefslogtreecommitdiff
path: root/host:prunelle
diff options
context:
space:
mode:
authorHugues Hiegel <hugues@hiegel.fr>2008-05-24 12:02:06 +0200
committerHugues Hiegel <hugues@hiegel.fr>2008-05-24 12:02:06 +0200
commit6d127fd3274dcd551e175a9c0440f80aebcb2fc2 (patch)
tree407e5d13acc9c5977a204c621625f48a5a6dc384 /host:prunelle
parente2f9a952558aea3a37296f45dc911f109342748a (diff)
parentbb76357c72d67b5eab803fccce27617d178f7ed3 (diff)
Merge branch 'master' of ssh://ssh.hiegel.fr/work/repos/zdotdir
Conflicts: host:prunelle/Aliases.zsh host:prunelle/Environment.zsh host:prunelle/README net:ordener.fr net:ordener.fr/host:prunelle/Aliases.zsh net:ordener.fr/host:prunelle/Environment.zsh net:ordener.fr/host:prunelle/README net:sweethome/host:prunelle/Aliases.zsh net:sweethome/host:prunelle/Environment.zsh net:sweethome/host:prunelle/README user:hugues/KeyBindings.zsh
Diffstat (limited to 'host:prunelle')
-rw-r--r--host:prunelle/Aliases.zsh13
-rw-r--r--host:prunelle/Environment.zsh32
-rw-r--r--host:prunelle/README2
3 files changed, 0 insertions, 47 deletions
diff --git a/host:prunelle/Aliases.zsh b/host:prunelle/Aliases.zsh
deleted file mode 100644
index 03b6b3f..0000000
--- a/host:prunelle/Aliases.zsh
+++ /dev/null
@@ -1,13 +0,0 @@
-#!/bin/zsh
-##
-## Part of configuration files for Zsh 4
-## by Hugues Hiegel <hugues@hiegel.fr>
-##
-## 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
deleted file mode 100644
index 219e88e..0000000
--- a/host:prunelle/Environment.zsh
+++ /dev/null
@@ -1,32 +0,0 @@
-#!/bin/zsh
-##
-## Part of configuration files for Zsh 4
-## by Hugues Hiegel <hugues@hiegel.fr>
-##
-## 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/README b/host:prunelle/README
deleted file mode 100644
index 33e3fd8..0000000
--- a/host:prunelle/README
+++ /dev/null
@@ -1,2 +0,0 @@
-C'est l'iBook d'Hugues :)
-Sous Darwin, soit dit en passant...