1
0
mirror of https://github.com/wting/autojump synced 2024-09-28 22:10:45 +00:00

clarification

This commit is contained in:
Joel Schaerer 2009-02-10 18:52:07 +01:00
parent 7ad29dfec6
commit b63ddeed3a

View File

@ -2,6 +2,7 @@
post_install() { post_install() {
echo " > You need to source /etc/profile in your ~/.bash_profile our ~/.bashrc for this to work" echo " > You need to source /etc/profile in your ~/.bash_profile our ~/.bashrc for this to work"
echo " > Only guaranteed to work with bash" echo " > Only guaranteed to work with bash"
echo " > man autojump for instructions."
/bin/true /bin/true
} }