all repos — dotfiles @ 600aeb62f3f70d4888ca86649833554f23c56e87

my *nix dotfiles

config/fish/completions/n.fish (view raw)

1complete -c n -f -r
2
3set -l paths ""
4
5for f in $MARKPATH/*
6    set -a paths (basename $f)
7end
8
9complete -c n -a "$paths"