From fdc7ed3b30f58fa15ad6fcc7117584b96bc1a0ce Mon Sep 17 00:00:00 2001 From: Jacopo De Simoi Date: Mon, 21 Oct 2024 10:08:36 -0400 Subject: [PATCH] Add a comment about dropbox --- themes/gentoo-wilder.zsh-theme | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/gentoo-wilder.zsh-theme b/themes/gentoo-wilder.zsh-theme index 078c01497..f553a7242 100644 --- a/themes/gentoo-wilder.zsh-theme +++ b/themes/gentoo-wilder.zsh-theme @@ -33,7 +33,7 @@ function prompt_char { } function is_curr_dir_remote { - [[ $(pwd) =~ .*nextcloud.* ]] + [[ $(pwd) =~ .*nextcloud.* ]] # || [[ $(pwd) =~ .*dropbox.* ]] } function git_stuff {