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