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