about summary refs log tree commit diff
path: root/zsh/.zprofile
blob: b8f4712d9603dbda49e21168bc6361bca5b8fc41 (plain) (blame)
1
2
3
4
5
6
#!/usr/bin/env zsh

if [ -f "${HOME}"/.profile ]
then
    emulate sh -c ". ${HOME}/.profile"
fi

Consider giving Nix/NixOS a try! <3