blob: 117dbf5bfac721f8776d97311df9f0a31022b39e (
plain)
1
2
3
4
5
6
7
8
|
post_install() {
cat << EOF
To activate zsh-eza, add the following line at the end of ~/.zshrc:
source /usr/share/zsh/plugins/zsh-eza/zsh-eza.plugin.zsh
EOF
}
# vim:set ts=2 sw=2 et:
|