From da25625c73a24829504376fb536c6305cdaac52f Mon Sep 17 00:00:00 2001 From: The_miro Date: Sun, 25 May 2025 10:50:54 +0200 Subject: [PATCH] Revert "added keyring" This reverts commit 59f20313c20d7cbee709c61f3b0cf36074d0e19e. reverted keyring. Changes to be committed: modified: .zshrc modified: setup/modules/shell.sh --- .zshrc | 13 ++++--------- setup/modules/shell.sh | 2 +- 2 files changed, 5 insertions(+), 10 deletions(-) diff --git a/.zshrc b/.zshrc index b364711..0c05c96 100755 --- a/.zshrc +++ b/.zshrc @@ -1,4 +1,3 @@ -zstyle :omz:plugins:keychain agents gpg,ssh,git GREPOUTPUT=$( grep --help 2>&1 ) RESULT=$( echo $GREPOUTPUT | grep gnu ) if [ "${RESULT}" != "" ]; then @@ -92,9 +91,8 @@ plugins=( git timer sudo taskwarrior - keychain - gpg-agent ) + source $ZSH/oh-my-zsh.sh # User configuration @@ -126,7 +124,9 @@ source $ZSH/oh-my-zsh.sh # alias zshconfig="mate ~/.zshrc" # alias ohmyzsh="mate ~/.oh-my-zsh" fi - +if [ -z "${CONTAINER_ID}" ]; then + fastfetch --logo-color-1 red --logo-color-2 red --color red -l ~/Dotfiles/resources/pin.txt + fi export TERM=xterm-256color @@ -237,8 +237,3 @@ export SUDO_EDITOR=/usr/bin/nvim # Created by `pipx` on 2025-05-12 08:58:28 export PATH="$PATH:~/.local/bin" - -cls -if [ -z "${CONTAINER_ID}" ]; then - fastfetch --logo-color-1 red --logo-color-2 red --color red -l ~/Dotfiles/resources/pin.txt - fi diff --git a/setup/modules/shell.sh b/setup/modules/shell.sh index d6e7301..f503fb4 100644 --- a/setup/modules/shell.sh +++ b/setup/modules/shell.sh @@ -1,6 +1,6 @@ #!/bin/bash -sudo pacman -Syu zsh nvim curl pyright bash keyring +sudo pacman -Syu zsh nvim curl pyright bash #cli dotfiles echo "Installing bash and zsh setting files" rm ~/.bashrc