From 124848c8c0afa5df71c0662dce7ade690a1ade21 Mon Sep 17 00:00:00 2001 From: Akemi Izuko Date: Sat, 23 Dec 2023 20:13:52 -0700 Subject: [PATCH] Fix post_install.sh --- post_install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/post_install.sh b/post_install.sh index fd79ef3..c339869 100755 --- a/post_install.sh +++ b/post_install.sh @@ -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 <