diff options
| author | Paul Buetow <paul@buetow.org> | 2025-04-23 22:26:33 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2025-04-23 22:26:33 +0300 |
| commit | f18e799f8dbe2459e02f0da7f84c99ccdb81516e (patch) | |
| tree | 9f075424820809a9f34912b2ec66c08fa36daed1 | |
| parent | 884c11c2bf2f55294f2b89341c791631aaeb6b6f (diff) | |
jo
| -rw-r--r-- | dotfiles/fish/conf.d/zsh.fish | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dotfiles/fish/conf.d/zsh.fish b/dotfiles/fish/conf.d/zsh.fish index 7b22163..4cbc597 100644 --- a/dotfiles/fish/conf.d/zsh.fish +++ b/dotfiles/fish/conf.d/zsh.fish @@ -1,4 +1,6 @@ # To run a ZSH function in fish, you can use the following function. function Z + touch ~/.nofish zsh -i -c "$argv" + rm ~/.nofish end |
