summarylogtreecommitdiffstats
path: root/commacd.install
diff options
context:
space:
mode:
Diffstat (limited to 'commacd.install')
-rw-r--r--commacd.install4
1 files changed, 4 insertions, 0 deletions
diff --git a/commacd.install b/commacd.install
new file mode 100644
index 000000000000..5990bf74748a
--- /dev/null
+++ b/commacd.install
@@ -0,0 +1,4 @@
+post_install(){
+ echo 'To use, add the following command to ~/.bashrc or /etc/bash.bashrc:'
+ echo '[[ -r "/usr/share/commacd/commacd.bash" ]] && source /usr/share/commacd/commacd.bash'
+}