projects
/
config
/
sh.git
/ blob
5be6a74c68b74b36e76df92d4f5938b1882a2412
[config/sh.git]
/
.profile
1
#!/bin/sh
2
3
# Initialization file for every interactive posix shell,
4
# especially useful for dash.
5
ENV="${HOME}/.shinit"; export ENV