all repos — dotfiles @ 5371244cb59e37cb4b7aee20dbf9c6592c84f42d

Superseded by nixfiles

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"