From 19557bb66d4ccd6ee231dc154a1191c5f4ce2922 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sun, 28 Mar 2010 13:52:49 +0200 Subject: Let caretaker automatically symlink the stuff --- etc/profile | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 etc/profile (limited to 'etc/profile') diff --git a/etc/profile b/etc/profile deleted file mode 100644 index ffdd0f1..0000000 --- a/etc/profile +++ /dev/null @@ -1,20 +0,0 @@ -## vim:ft=zsh -function pr_info { - print -P "%F{cyan}>>%F{default} $*" -} - -echo - -pr_info "This is %F{cyan}$(uname -srm)%F{default} on %F{cyan}%y%F{default}" -[[ -r /etc/gentoo-release ]] && pr_info "Running %F{cyan}Gentoo%F{default} ${$(cat /etc/gentoo-release)#(#i)gentoo }" -[[ -r /etc/debian_version ]] && pr_info "Running %F{cyan}Debian%F{default} $(cat /etc/debian_version)" -[[ -r /etc/arch-release ]] && pr_info "Running %F{cyan}Arch%F{default}" -[[ -r /etc/redhat-release ]] && pr_info "Running %F{cyan}Redhat%F{default}" - -echo - -[[ -n $(echo Maildir/new/*(N)) ]] && pr_info "You have mail!" -[[ -r $ZDIR/local-profile ]] && source $ZDIR/local-profile -[[ -r $ZDIR/hosts/profile-$HOST ]] && source $ZDIR/hosts/profile-$HOST - -unfunction pr_info -- cgit v1.2.3