diff options
| author | Paul Buetow <paul@buetow.org> | 2025-09-13 11:27:51 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2025-09-13 11:27:51 +0300 |
| commit | d76b5c2ad3b2cca8b699589cc95e90afb28da678 (patch) | |
| tree | 2b82d9aa2044b5a41ee88ad4040956a86ebf6dd4 | |
| parent | d529a2fa5871a96abe4a73522a4cbdb56b7bfb7b (diff) | |
Update
| -rw-r--r-- | dotfiles/fish/conf.d/zsh.fish | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/dotfiles/fish/conf.d/zsh.fish b/dotfiles/fish/conf.d/zsh.fish index 4cbc597..06174d8 100644 --- a/dotfiles/fish/conf.d/zsh.fish +++ b/dotfiles/fish/conf.d/zsh.fish @@ -4,3 +4,9 @@ function Z zsh -i -c "$argv" rm ~/.nofish end + +function B + touch ~/.nofish + bash -i -c "$argv" + rm ~/.nofish +end |
