1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-11 02:50:24 +00:00
freebsd-ports/deskutils/fasd/pkg-message
2019-08-13 16:01:59 +00:00

14 lines
287 B
Plaintext

[
{ type: install
message: <<EOM
To get fasd working in a shell, some initialization code must be run. Put the
line below in your shell rc.
eval "$(fasd --init auto)"
This will setup a command hook that executes on every command and advanced tab
completion for zsh and bash.
EOM
}
]