From d9ecb49703bc22b17eb1776e4fc89769a0e9de22 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Sun, 3 May 2020 20:05:29 +0100 Subject: [PATCH] Remove source call for defunct file --- zshrc | 4 ---- 1 file changed, 4 deletions(-) diff --git a/zshrc b/zshrc index 474b8a2..7ff71ed 100644 --- a/zshrc +++ b/zshrc @@ -96,10 +96,6 @@ source "$DOTZSH/python.zsh" source "$DOTZSH/ruby.zsh" source "$DOTZSH/rust.zsh" -if [ -f "$DOTPFILES/shellrc.sh" ]; then - source "$DOTPFILES/shellrc.sh" -fi - # ============================================================================== # Basic Z-Shell settings