From e97022f193a43f0e95fdbb95e03fd4b297a6188e Mon Sep 17 00:00:00 2001 From: tavo-wasd Date: Mon, 19 Jun 2023 01:49:35 -0600 Subject: [PATCH] afetch --- bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bashrc b/bashrc index c87c4df..bd71b52 100644 --- a/bashrc +++ b/bashrc @@ -7,7 +7,7 @@ PS1='\[\e[0;1;91m\][\[\e[0;1;38;5;87m\]\u\[\e[0;0;38;5;123m\]@\[\e[0;0;38;5;159m\]\h \[\e[0;38;5;247m\]\w\[\e[0;1;91m\]]\n \[\e[0;38;5;247m\]$ \[\e[0m\]' PROMPT_COMMAND="echo" # Line jump after every command -[ -e "/usr/bin/afetch" ] && afetch || fetch min +[ -e "/usr/local/bin/afetch" ] && afetch || fetch min # General configs PATH="$HOME/.config/scripts${PATH:+:${PATH}}" # Enables custom scripts dir