my nixos dotfiles :3 (git.koi.rip mirror) git.koi.rip/koi/dotfiles
linux dotfiles neovim nixos catppuccin
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

zsh: fix completion scripts

june 32b918a4 7b649f4a

+2 -1
+2 -1
home/modules/programs/zsh.nix
··· 65 65 source ${external}/functions.zsh 66 66 67 67 export GPG_TTY=$(tty) 68 - source <(fzf --zsh) 68 + source <(${pkgs.fzf}/bin/fzf --zsh) 69 + source <(COMPLETE=zsh ${pkgs.jujutsu}/bin/jj) 69 70 70 71 cuteff 71 72 '';