Samuel Pang

Results 3 comments of Samuel Pang

I had the same problem, but I found it can be solved through executing u operation to make it back to normal

same issue occurs in 0.38.2 version, I think it make no sense that put alias function in the completion file, they should be seperated into different files

> Same issue here. I have this workaround in my zshrc > > ```shell > if [[ -x "$(command -v zellij)" ]]; > then > eval "$(zellij setup --generate-completion zsh...