From 6f736a4d3ed677f8bbd7c65211212dd13ec4ef55 Mon Sep 17 00:00:00 2001 From: Marcel Kapfer Date: Wed, 19 Jun 2019 10:03:30 +0200 Subject: [PATCH] ZSH: Set theme to agnoster --- shells/zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shells/zshrc b/shells/zshrc index c498289..9e71a92 100644 --- a/shells/zshrc +++ b/shells/zshrc @@ -5,7 +5,7 @@ export ZSH=/home/mmk2410/.oh-my-zsh # Look in ~/.oh-my-zsh/themes/ # Optionally, if you set this to "random", it'll load a random theme each # time that oh-my-zsh is loaded. -ZSH_THEME="af-magic" +ZSH_THEME="agnoster" # Uncomment the following line to use case-sensitive completion. # CASE_SENSITIVE="true"