From ec0bba6eb436d9368a0e5f286973184dded29bcd Mon Sep 17 00:00:00 2001 From: tavo-wasd Date: Sat, 24 Jun 2023 21:20:14 -0600 Subject: [PATCH] prompt --- bashrc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/bashrc b/bashrc index bd71b52..be7608d 100644 --- a/bashrc +++ b/bashrc @@ -7,8 +7,6 @@ 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/local/bin/afetch" ] && afetch || fetch min - # General configs PATH="$HOME/.config/scripts${PATH:+:${PATH}}" # Enables custom scripts dir bind "set completion-ignore-case on" # Case insensitive TAB complete @@ -120,3 +118,6 @@ type systemctl 2>/dev/null 1>&2 && if systemctl -q is-active graphical.target && amixer exec startx fi + +# nice login prompt +[ -e "/usr/local/bin/afetch" ] && afetch || fetch min