diff options
author | Azat Bahawi <azat@bahawi.net> | 1970-01-01 03:00:00 +0300 |
---|---|---|
committer | Azat Bahawi <azat@bahawi.net> | 2022-09-20 11:51:54 +0300 |
commit | 38bab29776950ac2364ed64195b89887717c33de (patch) | |
tree | edaaf366a55dbe96d268019124536bc504c64e87 /zsh/.zprofile |
Diffstat (limited to 'zsh/.zprofile')
-rw-r--r-- | zsh/.zprofile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/zsh/.zprofile b/zsh/.zprofile new file mode 100644 index 0000000..b8f4712 --- /dev/null +++ b/zsh/.zprofile @@ -0,0 +1,6 @@ +#!/usr/bin/env zsh + +if [ -f "${HOME}"/.profile ] +then + emulate sh -c ". ${HOME}/.profile" +fi |