updated on Tue Jan 10 12:02:00 UTC 2012
[aur-mirror.git] / bashbookmarks / bash-bookmarks.install
blob1fd7fa905a9a9aa55fb17b72e873c116b06dea74
1 ## arg 1:  the new package version
2 post_install() {
3   echo 
4   echo "This package adds tag() and gat() functions into bash."
5   echo "tag <arg> marks your current position in filesystem under a given 'alias'."
6   echo "gat <arg> cd's to given 'alias'. Aliases are stored at ~/.bash-bookmarks."
7   echo "to use it you need to source /etc/profile.d/bash_bookmarks.sh"
8   echo "and /etc/bash_completion.d/bash_bookmarks to your bash instance."