-
### Code of Conduct
- [X] I agree to follow this project's Code of Conduct
### What happened?
After upgrading from v18 to v23, a [bash-preexec](https://github.com/rcaloras/bash-preexec) hook …
-
# Feature or enhancement
### Proposal:
## Background
In VS Code we override PS1 to enable shell integration, this currently gives VS Code understanding of where the commands are and what they are. …
-
**Is your feature request related to a problem? Please describe.**
The` title=` function on `.config/terminator/config` overrides the terminal title. Every time I make a change in the setup on term…
-
https://github.com/ohmybash/oh-my-bash/blob/1bd9b01ccd7d4361569f5aad90d7a4b331ee2036/tools/bash-preexec.sh#L64
-
Systemd allows running commands before the actual command or after.
It would be nice if we could do a similar thing with devenv. Currently, we have to do that using bash scripts it would be much co…
-
## Information
The problem arises in chapter:
* [ ] Introduction
* [ ] Text Classification
* [ ] Transformer Anatomy
* [ ] Multilingual Named Entity Recognition
* [ ] Text Generation
* [ ] …
-
Function added to `preexec_functions` is called twice when it is also added to a SIGINT trap and ^C is pressed.
Test code for bash:
```bash
test() {
echo $1
}
trap "test sigint" INT
p…
-
Currently preexec doesn't run on commented out commands, since they aren't included in `$BASH_COMMAND`. This means that tools like [atuin](https://github.com/atuinsh/atuin) don't know about them, see…
-
Like we did with 2.x in https://github.com/Netatalk/netatalk/issues/526 I think afprun functionality should be removed from 3.x as well. Including the preexec / postexec, as well as the nostat options…
-
I want to know what to return in the preexec function so that the command will not continue executing. I tried `return 1`, but the command still executed.
function preexec () {
if [[ "${1}" ==…