summarylogtreecommitdiffstats
path: root/lfp.install
diff options
context:
space:
mode:
authorConnor Etherington2023-11-03 16:48:53 +0200
committerConnor Etherington2023-11-03 16:48:53 +0200
commite4c137cbf1bf1c75d1edc6a082813ca02c1d3382 (patch)
treeb27990737e3006230847116c6b24c087e49dba5c /lfp.install
parent683a8399dd8dfeaf0aeb772856f4a30078c2d397 (diff)
downloadaur-e4c137cbf1bf1c75d1edc6a082813ca02c1d3382.tar.gz
Auto-Commit Update - 2023.11.03
Diffstat (limited to 'lfp.install')
-rw-r--r--lfp.install5
1 files changed, 4 insertions, 1 deletions
diff --git a/lfp.install b/lfp.install
index 1368b734ebf3..1faedb3d4b10 100644
--- a/lfp.install
+++ b/lfp.install
@@ -8,9 +8,12 @@ install(){
post_install() {
install
- echo -e "\n \033[1;33m[+]\e[0;1;32m For on-exit directory changing, add the following line to your bash/zshrc\e[0m :\e[36m\n\n source '/usr/share/lfp/lfpcd'\n\n\n\e[0m"
+ echo -e "\n \033[1;33m[+]\e[0;1;32m For on-exit directory changing, add the following line to your bash/zshrc\e[0m :\e[36m\n\n source '/usr/share/lfp/lfpcd'\n\e[0m"
+# echo -e "\n \033[1;33m[+]\e[0;1;32m For LFP NodeManager/PyManager features to properly function, please add the following line to your bash/zshrc\e[0m :\e[36m\n\n source '/usr/share/lfp/lfp-functions'\n\e[0m"
+# echo -e "\n \033[1;33m[+]\e[0;1;32m =>\e[0m :\e[36m\n\n source \\ \n '/usr/share/lfp/lfp-functions' \\ \n '/usr/share/lfp/lfpcd'\n\e[0m"
}
post_upgrade() {
install
+ echo -e "\n \033[1;33m[+]\e[0;1;32m For on-exit directory changing, add the following line to your bash/zshrc\e[0m :\e[36m\n\n source '/usr/share/lfp/lfpcd'\n\e[0m"
}