From d795d17b854c20f8ff55ac6f43be68a7fcb15a10 Mon Sep 17 00:00:00 2001
From: ekenalt <ekenalt@gmail.com>
Date: Fri, 21 Jul 2023 08:07:44 -0500
Subject: [PATCH] ekenalt initial

---
 README.md         | 10 +---------
 runcoms/zlogin    | 18 +++++++++---------
 runcoms/zpreztorc |  3 ++-
 3 files changed, 12 insertions(+), 19 deletions(-)

diff --git a/README.md b/README.md
index 7b2efb1d..ab7470d4 100644
--- a/README.md
+++ b/README.md
@@ -34,7 +34,7 @@ version is **4.3.11**.
       - Clone the repository:
 
         ```console
-        git clone --recursive https://github.com/sorin-ionescu/prezto.git "${ZDOTDIR:-${XDG_CONFIG_HOME:-$HOME/.config}/zsh}/.zprezto"
+        git clone --recursive https://github.com/ekenalt/prezto.git "${ZDOTDIR:-${XDG_CONFIG_HOME:-$HOME/.config}/zsh}/.zprezto"
         ```
 
       - Configure `$XDG_CONFIG_HOME` and `$ZDOTDIR` in _`$HOME/.zshenv`_:
@@ -73,14 +73,6 @@ version is **4.3.11**.
 
 05. Open a new Zsh terminal window or tab.
 
-### [Fig](https://fig.io)
-
-Fig adds apps, shortcuts, and autocomplete to your existing terminal.
-
-Install `prezto` in just one click.
-
-<a href="https://fig.io/plugins/other/prezto" target="_blank"><img src="https://fig.io/badges/install-with-fig.svg" /></a>
-
 ### Troubleshooting
 
 If you are not able to find certain commands after switching to Prezto, modify
diff --git a/runcoms/zlogin b/runcoms/zlogin
index 2f834353..d1a1f5e4 100644
--- a/runcoms/zlogin
+++ b/runcoms/zlogin
@@ -18,12 +18,12 @@
 } &!
 
 # Execute code only if STDERR is bound to a TTY.
-if [[ -o INTERACTIVE && -t 2 ]]; then
-
-  # Print a random, hopefully interesting, adage.
-  if (( $+commands[fortune] )); then
-    fortune -s
-    print
-  fi
-
-fi >&2
+#if [[ -o INTERACTIVE && -t 2 ]]; then
+#
+#  # Print a random, hopefully interesting, adage.
+#  if (( $+commands[fortune] )); then
+#    fortune -s
+#    print
+#  fi
+#
+#fi >&2
diff --git a/runcoms/zpreztorc b/runcoms/zpreztorc
index ae68a893..95a18746 100644
--- a/runcoms/zpreztorc
+++ b/runcoms/zpreztorc
@@ -130,7 +130,8 @@ zstyle ':prezto:module:editor' key-bindings 'emacs'
 # Set the prompt theme to load.
 # Setting it to 'random' loads a random theme.
 # Auto set to 'off' on dumb terminals.
-zstyle ':prezto:module:prompt' theme 'sorin'
+#zstyle ':prezto:module:prompt' theme 'sorin'
+zstyle ':prezto:module:prompt' theme 'cloud' '>'
 
 # Set the working directory prompt display length.
 # By default, it is set to 'short'. Set it to 'long' (without '~' expansion)