This website requires JavaScript.
Explore
Help
Sign In
ant
/
workstation
Watch
1
Star
0
Fork
You've already forked workstation
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
1033f4b8ed
workstation
/
roles
/
home-cli
/
files
/
zprofile
6 lines
82 B
Text
Raw
Normal View
History
Unescape
Escape
Try handling zsh again
2022-09-14 20:42:53 +00:00
#!/bin/zsh
Another attempt at handling multiple shells
2022-09-16 07:42:02 +00:00
if [ -r "$HOME/.profile" ]
then
emulate sh -c '. "$HOME/.profile"'
fi
Reference in a new issue
Copy permalink