summarylogtreecommitdiffstats
path: root/editenv.install
diff options
context:
space:
mode:
Diffstat (limited to 'editenv.install')
-rw-r--r--editenv.install2
1 files changed, 1 insertions, 1 deletions
diff --git a/editenv.install b/editenv.install
index 0ae6c4be4b6c..b1256e13a91d 100644
--- a/editenv.install
+++ b/editenv.install
@@ -1,3 +1,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"
+ 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"
}