Revert "Zsh: Add support for a little shell splash"

This reverts commit a97753ba42.
This commit is contained in:
Salt 2018-01-04 23:22:05 -06:00
parent a97753ba42
commit 0d2aa93b46
2 changed files with 0 additions and 4 deletions

View File

@ -1 +0,0 @@
#!/bin/sh

3
.zshrc
View File

@ -53,6 +53,3 @@ source $ZSH/oh-my-zsh.sh
if [[ -f "$HOME/.profile" ]]; then
source "$HOME/.profile" 2>& /dev/null
fi
if [[ -f "$HOME/.profile-head" ]]; then
source "$HOME/.profile-head"
fi