afetch
This commit is contained in:
parent
df59e6f32f
commit
e97022f193
1 changed files with 1 additions and 1 deletions
2
bashrc
2
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
|
||||
|
|
Loading…
Reference in a new issue