zshrc: Add header and shebang

This commit is contained in:
Salt 2018-09-19 17:47:23 -05:00
parent 88c3fc575b
commit 08b14ca49b

View File

@ -1,3 +1,9 @@
#!/usr/bin/env zsh
#
# ~/.zshrc
#
# Source /etc/profile
if [[ -f "/etc/profile" ]]; then
source /etc/profile 2>& /dev/null
fi