1
0
Fork 0
mirror of https://github.com/notwa/rc synced 2024-11-05 05:49:02 -08:00

regenerate readme

This commit is contained in:
Connor Olding 2024-07-12 02:04:54 -07:00
parent bf9a743e14
commit eec43d9c43

View file

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