summarylogtreecommitdiffstats
path: root/bash-config.install
diff options
context:
space:
mode:
Diffstat (limited to 'bash-config.install')
-rw-r--r--bash-config.install34
1 files changed, 34 insertions, 0 deletions
diff --git a/bash-config.install b/bash-config.install
new file mode 100644
index 000000000000..bfbe7a458d65
--- /dev/null
+++ b/bash-config.install
@@ -0,0 +1,34 @@
+post_install() {
+cat << EOF
+
+
+==> Make a backup of ~/.bash_aliases before running this executable!
+==> IT WILL OVERWRITE IT!
+
+==> The programm also adds a new line to your ~/.bashrc
+==> source ~/.config/bash-config/bashrc.bash
+
+
+==> And let me repeat:
+==> Make a backup of ~/.bash_aliases before running this executable!
+==> IT WILL OVERWRITE IT!
+
+
+EOF
+}
+
+post_remove() {
+cat << EOF
+
+
+==> To clean up:
+==> All alias changes have been made in ~/.bash_aliases
+==> Prompt changes are in ~/.config/bash-config
+
+==> This file is included at the end of ~/.bashrc
+==> If you choose the fancy prompt, you will miss now the fancy-prompts.bash
+==> file and must edit one of the above mentiond files.
+
+
+EOF
+}