Remove source call for defunct file

This commit is contained in:
2020-05-03 20:05:29 +01:00
parent cb247a8a9e
commit d9ecb49703

4
zshrc
View File

@@ -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