summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-01-30 12:24:46 +0200
committerPaul Buetow <paul@buetow.org>2026-01-30 12:24:46 +0200
commit55715b6117bbe26307f1354c2fbd9ee5176ea241 (patch)
tree339c668b1419e4303ef171ac4b489f51dc359450
parentddc78059501ba85ac7407a542aa23ef3d2664e9d (diff)
Update
-rw-r--r--dotfiles/fish/conf.d/zsh.fish6
1 files changed, 0 insertions, 6 deletions
diff --git a/dotfiles/fish/conf.d/zsh.fish b/dotfiles/fish/conf.d/zsh.fish
index 06174d8..4cbc597 100644
--- a/dotfiles/fish/conf.d/zsh.fish
+++ b/dotfiles/fish/conf.d/zsh.fish
@@ -4,9 +4,3 @@ function Z
zsh -i -c "$argv"
rm ~/.nofish
end
-
-function B
- touch ~/.nofish
- bash -i -c "$argv"
- rm ~/.nofish
-end