blob: d2fecd87ef45ce1427afc025ebf9301058308b20 (
plain)
1
2
3
|
post_install() {
echo -e "\n\033[1;32m[+]\e[0;1;37m Thank you for installing editenv!\n\n\e[0;33m[*]\e[0;1m In order for editenv to function as intended, the following line must be added to your shells rc file:\n\n\e[1;36m source \${XDG_DATA_HOME:-\$HOME/.local/share}/editenv/entries\n\e[0m"
}
|