diff options
| -rw-r--r-- | dotfiles/fish/conf.d/zsh.fish | 6 |
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 |
