summarylogtreecommitdiffstats
path: root/kr.install
blob: cebe8e15fa9c2afbd1e42803b25b435c30282187 (plain)
1
2
3
4
5
6
post_install() {
    echo -e "\e[32m\e[1m============================\e[0m"
    echo -e "\e[32m\e[1mKryptonite is now installed!\e[0m"
    echo -e "\e[32m'kr pair' will automatically configure ~/.ssh/config to use Kryptonite. To prevent this, export KR_SKIP_SSH_CONFIG=1\e[0m"
    echo -e "\e[0m\e[32m\e[1m============================\e[0m"
}