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
829c67ab1b
workstation
/
roles
/
home-cli
/
files
/
zprofile
6 lines
82 B
Text
Raw
Normal View
History
Unescape
Escape
Re-arrange shell files
2022-08-19 14:52:07 +00:00
#!/bin/zsh
Load shrc files if the shell is interactive
2022-08-23 12:13:40 +00:00
if [ -r "$HOME/.profile" ]
Re-arrange shell files
2022-08-19 14:52:07 +00:00
then
Load shrc files if the shell is interactive
2022-08-23 12:13:40 +00:00
emulate sh -c '. "$HOME/.profile"'
fi
Reference in a new issue
Copy permalink