From 276057fc1893c8a0f1df00d11fdf5f99b7502ad4 Mon Sep 17 00:00:00 2001 From: "Hunter T." Date: Tue, 19 Nov 2024 10:10:07 -0800 Subject: [PATCH 1/2] Slight wording change --- docs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index 2e0ca14..c43f05e 100644 --- a/docs/index.md +++ b/docs/index.md @@ -42,7 +42,7 @@ Applicable Operating Systems: Linux ### Shell Theme -In combination with oh-my-zsh, I use [Starship](https://github.com/starship/starship) as my shell theme. Starship is a fast, minimal, and highly customizable shell prompt that displays information about the current directory, git branch, and other relevant details. It is written in Rust, making it extremely fast and lightweight. +In combination with oh-my-zsh, I use [Starship](https://github.com/starship/starship) as my shell theme. Starship is a fast, minimal, and highly customizable shell prompt that displays information about the current directory, git branch, and other relevant details. It is written in Rust, making it very fast and lightweight. As a note, I previously used [Powerlevel10k](https://github.com/romkatv/powerlevel10k), which is another **excellent** shell theme. However, as of May 21, 2024, Powerlevel10k has entered a ["life support" mode](https://github.com/romkatv/powerlevel10k/commit/bde5ca4c2aa6e0c52dd7f15cf216dffdb1ec788c). In the maintainer's words, "The project has very limited support", with "no new features are in the works", "most bugs will go unfixed", and "help requests will be ignored". As such, I decided to switch to an actively maintained project and mature alternative, Starship. From 9a1c4b66feb25f1e34f47489133693037f40c860 Mon Sep 17 00:00:00 2001 From: "Hunter T." Date: Tue, 19 Nov 2024 10:15:29 -0800 Subject: [PATCH 2/2] Disable auto update of oh-my-zsh --- includes/zshrc-files/zshrc-linux.zsh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/includes/zshrc-files/zshrc-linux.zsh b/includes/zshrc-files/zshrc-linux.zsh index 63ffb7e..c9b22a0 100644 --- a/includes/zshrc-files/zshrc-linux.zsh +++ b/includes/zshrc-files/zshrc-linux.zsh @@ -20,6 +20,9 @@ export ZSH="$HOME/.oh-my-zsh" # Uncomment the following line to enable command auto-correction. # ENABLE_CORRECTION="true" +# Disable audo updates for ohmyzsh. This is taken care of by chezmoi. +DISABLE_AUTO_UPDATE="true" + # Uncomment the following line if you want to change the command execution time # stamp shown in the history command output. # You can set one of the optional three formats: