1
0
Fork 0
mirror of https://github.com/notwa/rc synced 2024-06-30 19:07:11 -07:00

regenerate readme

This commit is contained in:
Connor Olding 2024-04-03 17:40:34 -07:00
parent a7e2eae559
commit 2e5379bf4e

View File

@ -895,16 +895,16 @@ WHOA but for C++ (specifically g++) only.
expand to C++ flags to enable a C++-as-C facade.
### [reload (zshrc)](/home/zshrc#L254)
### [reload (zshrc)](/home/zshrc#L256)
reload zsh by wiping temp files, recompiling rc files,
and replacing the current process with a new zsh process.
### [dummy (bashrc)](/home/bashrc#L46)
### [dummy (bashrc)](/home/bashrc#L52)
return 0, ignoring arguments.
### [reload (bashrc)](/home/bashrc#L51)
### [reload (bashrc)](/home/bashrc#L57)
**TODO:** respect initctl like in `.zshrc`.