Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

znap pull error #281

Open
niksingh710 opened this issue Apr 4, 2024 · 1 comment
Open

znap pull error #281

niksingh710 opened this issue Apr 4, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@niksingh710
Copy link

Everything is working perfectly fine.
just when using znap pull

i am getting this error

󰘧 znap pull
zoxide: no match found
fatal: cannot change to 'znap': No such file or directory
fatal: cannot change to 'Aloxaf/fzf-tab': No such file or directory
fatal: cannot change to 'chrissicool/zsh-256color': No such file or directory
fatal: cannot change to 'kutsan/zsh-system-clipboard': No such file or directory
fatal: cannot change to 'MichaelAquilina/zsh-you-should-use': No such file or directory
fatal: cannot change to 'ohmyzsh/ohmyzsh': No such file or directory
fatal: cannot change to 'softmoth/zsh-vim-mode': No such file or directory
fatal: cannot change to 'z-shell/F-Sy-H': No such file or directory
fatal: cannot change to 'zsh-users/zsh-autosuggestions': No such file or directory
fatal: cannot change to 'zsh-users/zsh-completions': No such file or directory
lsd: Aloxaf/fzf-tab: No such file or directory (os error 2).

lsd: chrissicool/zsh-256color: No such file or directory (os error 2).

lsd: MichaelAquilina/zsh-you-should-use: No such file or directory (os error 2).

lsd: ohmyzsh/ohmyzsh: No such file or directory (os error 2).

lsd: kutsan/zsh-system-clipboard: No such file or directory (os error 2).

lsd: softmoth/zsh-vim-mode: No such file or directory (os error 2).

lsd: znap: No such file or directory (os error 2).

lsd: zsh-users/zsh-autosuggestions: No such file or directory (os error 2).

lsd: z-shell/F-Sy-H: No such file or directory (os error 2).

zoxide: zoxide: no match found
zoxide: no match found
zoxide: no match found
no match found
zoxide: no match found
lsd: zsh-users/zsh-completions: No such file or directory (os error 2).

zoxide: no match found
zoxide: no match found
zoxide: no match found
zoxide: no match found
zoxide: no match found
 no upstream
 no upstream
 no upstream
 no upstream
 no upstream
 no upstream
 no upstream
 no upstream
 no upstream
 no upstream

for reference here is my zshrc zshrc

@niksingh710 niksingh710 added the bug Something isn't working label Apr 4, 2024
@niksingh710
Copy link
Author

niksingh710 commented Apr 28, 2024

Till the pr's are in pending state, so in the meantime the solution I am using is

znap_update() {
  unset cd
  unset -f cd
  znap pull
  exec zsh
}

#277,#278

niksingh710 added a commit to niksingh710/cdots that referenced this issue Apr 29, 2024
This is a fn that will use builtin `cd` till the PR is merged
[marlonrichert/zsh-snap#281 Here)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant