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
96f8626325
workstation
/
roles
/
home-cli
/
files
/
bashrc
6 lines
77 B
Bash
Raw
Normal View
History
Unescape
Escape
Remove name/email from bashrc
2021-03-11 22:49:39 +00:00
#!/bin/bash
Give up trying to handle multiple shells
2022-09-11 21:16:30 +00:00
if
[
-r
"
$HOME
/.bash_profile
"
]
Try loading all files properly again
2022-09-10 22:29:47 +00:00
then
Give up trying to handle multiple shells
2022-09-11 21:16:30 +00:00
.
"
$HOME
/.bash_profile
"
Try loading all files properly again
2022-09-10 22:29:47 +00:00
fi
Reference in a new issue
Copy permalink