summarylogtreecommitdiffstats
path: root/autocomplete-ALL-the-things.install
blob: bb46217650a5c26ed6ad59098370ae6ba0b22a22 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
post_install ()
{
  echo "==> To enable autocomplete-ALL-the-things,"
  echo "==> add the following to your ~/.Xresources (or ~/.Xdefaults):"
  echo "==>   URxvt.perl-ext-common: [your previous plugins],autocomplete-ALL-the-things"
  echo "==>   URxvt.keysym.M-slash:  perl:aAtt:complete"
}

post_upgrade ()
{
  post_install $1
}