diff options
author | Nicholas Tay <nkt@outlook.kr> | 2021-04-09 18:09:48 +1000 |
---|---|---|
committer | Nicholas Tay <nkt@outlook.kr> | 2021-04-09 18:09:48 +1000 |
commit | ed2b0275fc981799976fa5343620c06264a76969 (patch) | |
tree | f52dd7c886d5b6c350055bc86a5741ceac113640 /.zprofile | |
parent | 42506d1606fea81a67530a0ff6ed93ec816a1594 (diff) | |
download | dotlite-ed2b0275fc981799976fa5343620c06264a76969.tar.gz dotlite-ed2b0275fc981799976fa5343620c06264a76969.tar.bz2 dotlite-ed2b0275fc981799976fa5343620c06264a76969.zip |
Add in zprofile
Diffstat (limited to '')
-rw-r--r-- | .zprofile | 5 |
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 |