summaryrefslogtreecommitdiff
path: root/fish/conf.d/zsh.fish
blob: 4cbc59743d7ca8874bb8333664b1b1f130548cfb (plain)
1
2
3
4
5
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