This commit is contained in:
tavo-wasd 2023-06-19 01:49:35 -06:00
parent df59e6f32f
commit e97022f193

2
bashrc
View file

@ -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