diff --git a/common/.config/mimeapps.list b/common/.config/mimeapps.list index 6f2599f..7d53f29 100644 --- a/common/.config/mimeapps.list +++ b/common/.config/mimeapps.list @@ -4,3 +4,4 @@ application/x-extension-html=google-chrome-unstable [Default Applications] application/x-extension-html=google-chrome-unstable x-scheme-handler/eclipse+command=_usr_lib_dbeaver_.desktop +x-scheme-handler/postman=Postman.desktop diff --git a/common/.zshrc b/common/.zshrc index 6723d03..d88964b 100644 --- a/common/.zshrc +++ b/common/.zshrc @@ -1,7 +1,8 @@ # Path to your oh-my-zsh installation. export ZSH="$HOME/.oh-my-zsh" -ZSH_THEME="bira" +ZSH_THEME="gallifrey" +#ZSH_THEME="bira" plugins=(git fancy-ctrl-z fzf)