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