aboutsummaryrefslogtreecommitdiff
path: root/.zprofile
diff options
context:
space:
mode:
authorNicholas Tay <nkt@outlook.kr>2021-04-09 18:09:48 +1000
committerNicholas Tay <nkt@outlook.kr>2021-04-09 18:09:48 +1000
commited2b0275fc981799976fa5343620c06264a76969 (patch)
treef52dd7c886d5b6c350055bc86a5741ceac113640 /.zprofile
parent42506d1606fea81a67530a0ff6ed93ec816a1594 (diff)
downloaddotlite-ed2b0275fc981799976fa5343620c06264a76969.tar.gz
dotlite-ed2b0275fc981799976fa5343620c06264a76969.tar.bz2
dotlite-ed2b0275fc981799976fa5343620c06264a76969.zip
Add in zprofile
Diffstat (limited to '.zprofile')
-rw-r--r--.zprofile5
1 files changed, 5 insertions, 0 deletions
diff --git a/.zprofile b/.zprofile
new file mode 100644
index 0000000..836b187
--- /dev/null
+++ b/.zprofile
@@ -0,0 +1,5 @@
+# Nick's light .zprofile
+# Basically just like .bash_profile
+
+[ -f $HOME/.profile ] && . $HOME/.profile
+[ -f $HOME/.zshrc ] && . $HOME/.zshrc