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
aa2702022f
workstation
/
roles
/
home-cli
/
files
/
bashrc
6 lines
69 B
Bash
Raw
Normal View
History
Unescape
Escape
Use /usr/bin/env for bash and zsh files
2022-09-18 20:20:44 +00:00
#!/usr/bin/env bash
Another attempt at handling multiple shells
2022-09-16 07:42:02 +00:00
if
[
-r
"
$HOME
/.shrc
"
]
Try loading all files properly again
2022-09-10 22:29:47 +00:00
then
Another attempt at handling multiple shells
2022-09-16 07:42:02 +00:00
.
"
$HOME
/.shrc
"
Try loading all files properly again
2022-09-10 22:29:47 +00:00
fi
Reference in a new issue
Copy permalink