summarylogtreecommitdiffstats
path: root/bash-config.install
blob: bfbe7a458d653e11fe0c1ee50b8e4035fbb6c573 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
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
}