all repos — nixfiles @ 66e32f4a0246c67bde50cd737a3f33f7bc9feb22

System and user configuration, managed by nix and home-manager

zsh/fasdrc (view raw)

1
2
3
4
5
6
7
8
# -*- mode: sh; -*-
current () {
	for path in *; do
		printf "./%s|1\\n" "$path"
	done
}

alias e="f -t -e $EDITOR -B current"