11 lines
220 B
Plaintext
11 lines
220 B
Plaintext
|
#
|
||
|
# .zshrc is sourced in interactive shells.
|
||
|
# It should contain commands to set up aliases,
|
||
|
# functions, options, key bindings, etc.
|
||
|
#
|
||
|
|
||
|
# source profile like .bashrc
|
||
|
if [ -f /etc/profile ]; then
|
||
|
source /etc/profile
|
||
|
fi
|