Fix post_install.sh

This commit is contained in:
Akemi Izuko 2022-09-09 22:04:33 -06:00
parent bbc1d7a5a3
commit ad0930bfab
No known key found for this signature in database
GPG key ID: 905D444F6A5E4BE4

View file

@ -81,7 +81,7 @@ tmux_check() {
check_tmux_plugins() {
local return_code=0
if [[ -d ~/.configs_pointer/tmux/plugins ]]; then
if ! [[ -d ~/.configs_pointer/tmux/plugins ]]; then
printf "ERR: Missing tmux plugins\n"
cat <<HELP
mkdir ~/.configs_pointer/tmux/plugins