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 {