This website requires JavaScript.
Explore
Help
Sign In
wit
/
bash
Watch
1
Star
0
Fork
You've already forked bash
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
515065ce75
bash
/
bashrc
/
.bashrc
4 lines
95 B
Bash
Raw
Normal View
History
Unescape
Escape
hmm Signed-off-by: Jeff Carr <jcarr@wit.com>
2023-03-09 17:22:59 -06:00
if
[
-f ~/.config/wit/bashrc/.wit
]
&&
!
shopt
-oq posix
;
then
. ~/.config/wit/bashrc/.wit
some stuff
2023-03-09 16:39:34 -06:00
fi