summaryrefslogtreecommitdiff
path: root/net:lab1.anevia.com
diff options
context:
space:
mode:
authorHugues Hiegel <hugues.hiegel@anevia.com>2015-04-01 10:34:34 +0200
committerHugues Hiegel <hugues.hiegel@anevia.com>2015-04-01 10:35:08 +0200
commitab253ff38888a9caa4f72d729f53f54e455b8396 (patch)
treec8a313c77a8187d128b266381480611c58c2b97a /net:lab1.anevia.com
parentd22a945d474fbfbc8756f2e22c9b2ca47543c5f6 (diff)
[anevia] moved host lab1.anevia.com to anevia.com, +added symlink
Diffstat (limited to 'net:lab1.anevia.com')
l---------net:lab1.anevia.com1
-rw-r--r--net:lab1.anevia.com/user:hhiegel/Colors.zsh12
-rw-r--r--net:lab1.anevia.com/user:hhiegel/Environment.zsh5
-rw-r--r--net:lab1.anevia.com/user:hhiegel/Functions.zsh17
-rw-r--r--net:lab1.anevia.com/user:hhiegel/Prompts.zsh3
5 files changed, 1 insertions, 37 deletions
diff --git a/net:lab1.anevia.com b/net:lab1.anevia.com
new file mode 120000
index 0000000..157dbcb
--- /dev/null
+++ b/net:lab1.anevia.com
@@ -0,0 +1 @@
+net:anevia.com \ No newline at end of file
diff --git a/net:lab1.anevia.com/user:hhiegel/Colors.zsh b/net:lab1.anevia.com/user:hhiegel/Colors.zsh
deleted file mode 100644
index 8b0c37a..0000000
--- a/net:lab1.anevia.com/user:hhiegel/Colors.zsh
+++ /dev/null
@@ -1,12 +0,0 @@
-
-typeset -A _env_colors
-
-_env_colors[dist_none]="38;5;21"
-_env_colors[dist_lenny]="38;5;40"
-_env_colors[dist_wheezy]="38;5;69"
-
-_env_colors[base_none]="38;5;196"
-_env_colors[base_stable]="38;5;82"
-_env_colors[base_testing]="38;5;62"
-_env_colors[base_unstable]="38;5;69"
-
diff --git a/net:lab1.anevia.com/user:hhiegel/Environment.zsh b/net:lab1.anevia.com/user:hhiegel/Environment.zsh
deleted file mode 100644
index e4bde09..0000000
--- a/net:lab1.anevia.com/user:hhiegel/Environment.zsh
+++ /dev/null
@@ -1,5 +0,0 @@
-
-PATH+=:~/Work/Tools/bin
-
-export EMAIL="hugues.hiegel@anevia.com"
-
diff --git a/net:lab1.anevia.com/user:hhiegel/Functions.zsh b/net:lab1.anevia.com/user:hhiegel/Functions.zsh
deleted file mode 100644
index 4431ad2..0000000
--- a/net:lab1.anevia.com/user:hhiegel/Functions.zsh
+++ /dev/null
@@ -1,17 +0,0 @@
-
-__debian_dist() {
- _dist=${DIST:-$(awk < ~/.pbuilderrc '/DIST:=/ { gsub(/^.*{DIST:=/, "") ; gsub(/}$/, "") ; print ; exit }')}
- print -Pn $C_${_env_colors[dist_$_dist]:-$_env_colors[dist_none]}
- ( export | grep -q '^DIST=' ) && print -Pn ";"$color[bold]
- print -Pn $_C
- print -n $_dist
-
- print -Pn $C_"38;5;33"$_C"-"
-
- _base=${BASE:-$(awk < ~/.pbuilderrc '/BASE:=/ { gsub(/^.*{BASE:=/, "") ; gsub(/}$/, "") ; print ; exit }')}
- print -Pn $C_${_env_colors[base_$_base]:-$_env_colors[base_none]}
- ( export | grep -q '^BASE=' ) && print -Pn ";"$color[bold]
- print -Pn $_C
- print -n $_base
-}
-
diff --git a/net:lab1.anevia.com/user:hhiegel/Prompts.zsh b/net:lab1.anevia.com/user:hhiegel/Prompts.zsh
deleted file mode 100644
index 6a4d7f9..0000000
--- a/net:lab1.anevia.com/user:hhiegel/Prompts.zsh
+++ /dev/null
@@ -1,3 +0,0 @@
-
-PS1_TASKBAR+=(__debian_dist)
-