aboutsummaryrefslogtreecommitdiff
path: root/zshrc
diff options
context:
space:
mode:
authorJosh Rahm <joshuarahm@gmail.com>2021-11-11 23:43:21 -0700
committerJosh Rahm <joshuarahm@gmail.com>2021-11-11 23:43:21 -0700
commit595fbd07a28306268602af2ffdf9e4dac800dacd (patch)
tree4cb2d02cfe90b20995050411f839a6e307e59965 /zshrc
parent8f7be2e7d044229bf0d079f22db474742586ca3d (diff)
downloadzshrcd-595fbd07a28306268602af2ffdf9e4dac800dacd.tar.gz
zshrcd-595fbd07a28306268602af2ffdf9e4dac800dacd.tar.bz2
zshrcd-595fbd07a28306268602af2ffdf9e4dac800dacd.zip
Make changes to make this work with Photon.
Diffstat (limited to 'zshrc')
-rw-r--r--zshrc2
1 files changed, 0 insertions, 2 deletions
diff --git a/zshrc b/zshrc
index f7a0522..fbb2428 100644
--- a/zshrc
+++ b/zshrc
@@ -1,5 +1,3 @@
-source /etc/profile
-
for f in $HOME/.zshrc.d/*.zsh ; do
source "$f"
done