aports/testing/fnm/fnm.post-install
2024-07-02 19:31:01 +00:00

11 lines
148 B
Bash

#!/bin/sh
cat >&2 <<EOF
*
* To finish setup, add the following code to your shell profile (.bashrc or .zshrc)
* eval "\$(fnm env)"
*
EOF
exit 0