From 0d2aa93b46ae870b8a9d5895105ec606fd8a6e91 Mon Sep 17 00:00:00 2001 From: Salt Date: Thu, 4 Jan 2018 23:22:05 -0600 Subject: [PATCH] Revert "Zsh: Add support for a little shell splash" This reverts commit a97753ba423595985b719dab6c3c354ab1852833. --- .profile-head | 1 - .zshrc | 3 --- 2 files changed, 4 deletions(-) delete mode 100755 .profile-head diff --git a/.profile-head b/.profile-head deleted file mode 100755 index 1a248525..00000000 --- a/.profile-head +++ /dev/null @@ -1 +0,0 @@ -#!/bin/sh diff --git a/.zshrc b/.zshrc index 919c50ab..d98a6f5d 100644 --- a/.zshrc +++ b/.zshrc @@ -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