summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2025-09-13 11:27:51 +0300
committerPaul Buetow <paul@buetow.org>2025-09-13 11:27:51 +0300
commitd76b5c2ad3b2cca8b699589cc95e90afb28da678 (patch)
tree2b82d9aa2044b5a41ee88ad4040956a86ebf6dd4
parentd529a2fa5871a96abe4a73522a4cbdb56b7bfb7b (diff)
Update
-rw-r--r--dotfiles/fish/conf.d/zsh.fish6
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