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