type below:
brew update
brew install redis
To have launchd start redis now and restart at login:
brew services start redis
MODE_INDICATOR="%{$fg_bold[red]%}❮%{$reset_color%}%{$fg[red]%}❮❮%{$reset_color%}" | |
local return_status="%{$fg[red]%}%(?..⏎)%{$reset_color%} " | |
ZSH_THEME_GIT_PROMPT_PREFIX="|" | |
ZSH_THEME_GIT_PROMPT_SUFFIX="%{$reset_color%}" | |
ZSH_THEME_GIT_PROMPT_DIRTY="%{$fg_bold[red]%}⚡%{$reset_color%}" | |
ZSH_THEME_GIT_PROMPT_AHEAD="%{$fg_bold[red]%}!%{$reset_color%}" | |
ZSH_THEME_GIT_PROMPT_CLEAN="%{$fg_bold[green]%}✓%{$reset_color%}" | |
ZSH_THEME_GIT_PROMPT_ADDED="%{$fg[green]%} ✚" |
/* -------------- FOR LINUX USERS ---------------- */ | |
1) Go to directory: "/usr/share/dbeaver" | |
2) Edit "dbeaver.ini" file | |
3) In that file add "-Duser.timezone=UTC" this line under "-vmargs" tag | |
4) Save it and restart dbeaver. | |
5) Enjoy with correct date without any date conversion. | |
Finally your dbeaver.ini file will look like this: | |
-startup |
type below:
brew update
brew install redis
To have launchd start redis now and restart at login:
brew services start redis