From 73dac3dfe4cb489831cb7e0c3ed8d2ce2062f881 Mon Sep 17 00:00:00 2001 From: Benjamin Kyd Date: Wed, 1 Nov 2023 13:53:27 +0000 Subject: [PATCH] new theme --- common/.config/mimeapps.list | 1 + common/.zshrc | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) 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)