zshrc: Add header and shebang
This commit is contained in:
parent
88c3fc575b
commit
08b14ca49b
@ -1,3 +1,9 @@
|
||||
#!/usr/bin/env zsh
|
||||
#
|
||||
# ~/.zshrc
|
||||
#
|
||||
|
||||
# Source /etc/profile
|
||||
if [[ -f "/etc/profile" ]]; then
|
||||
source /etc/profile 2>& /dev/null
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user