summarylogtreecommitdiffstats
path: root/fzpac-git.install
blob: 1df6c4dca28a911d18c54ad5afd142b68436468d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
all_off="$(tput sgr0)"
bold="${all_off}$(tput bold)"
yellow="${bold}$(tput setaf 3)"

post_install() {
    cat <<EOF
    ${yellow}completion support for any shells${all_off}

    bash: \`sudo pacman -S bash-completion\`
    zsh: \`\`\`zshrc
         autoload -Uz compinit; compinit
         \`\`\`
    OR you can read README with bellow command
    \`cat /usr/share/doc/fzpac/README.md\`
    \`\$BROWSER https://github.com/sheepla/fzpac\`
EOF
}