- Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathbashrc
More file actions
Latest commit
5 lines (5 loc) · 331 Bytes
/
Copy pathbashrc
File metadata and controls
5 lines (5 loc) · 331 Bytes
1
2
3
4
5
if [ -f$HOME/.bash_aliases ];then
.$HOME/.bash_aliases
fi
PS1='\[\e[1;38;5;198m\]\u@\h\[\e[m\] \[\e[1;38;5;211m\]\w\[\e[m\] \[\e[1;38;5;211m\]\$\[\e[m\] \[\e[0;37m\]'
LS_COLORS='di=1;38;5;211:fi=0;38;5;198:ex=1;38;5;219:ln=1;38;5;125:pi=0;38;5;198:so=0;38;5;198:cd=0;38;5;198:or=1;38;5;196:mi=1;38;5;196';export LS_COLORS