dotfiles/zsh/profile

9 lines
154 B
Bash

# zprofile, called for login shells
emulate sh
source ~/.profile
emulate zsh
# zshrc will be called automatically for interactive shells
# vim: ft=zsh