Get rid of files where we don't own the copyright or license is unclear
[zsh-lovers.git] / zsh_people / bruno_bonfils / rc.os / FreeBSD.zsh
diff --git a/zsh_people/bruno_bonfils/rc.os/FreeBSD.zsh b/zsh_people/bruno_bonfils/rc.os/FreeBSD.zsh
deleted file mode 100644 (file)
index 2b047cc..0000000
+++ /dev/null
@@ -1,26 +0,0 @@
-# Alias
-alias date-rfc822="date '+%a, %d %b %Y %X %z'"
-
-# Prompt 
-
-autoload -U colors
-colors
-
-# Format
-date_format="%H:%M"
-
-date="%{$fg[$date_color]%}%D{$date_format}"
-host="%{$fg[$host_color]%}%n%{$reset_color%}~%{$fg[$domain_color]%}%m"
-cpath="%{$fg[$path_color]%}%/%b"
-end="%{$reset_color%}"
-
-PS1="$date ($host$end) $cpath
-$end%% "
-
-# Check for GNULS
-if [ -x $(which gnuls) ] ; then
-       eval `dircolors $HOME/.zsh/misc/dircolors.rc`
-       alias ls='gnuls --color'
-       zstyle ':completion:*' list-colors ${(s.:.)LS_COLORS}
-fi