summarylogtreecommitdiffstats
path: root/editenv.install
blob: b1256e13a91dbd46c3d49f442e6ac97c52aa434c (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"
}