-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.bashrc
More file actions
7 lines (5 loc) · 740 Bytes
/
Copy path.bashrc
File metadata and controls
7 lines (5 loc) · 740 Bytes
1
2
3
4
5
6
7
# .bashrc
# If not running interactively, don't do anything
[[ $- != *i* ]] && return
alias ls='ls --color=auto'
PS1='\[\e[53;97;48;5;234m\] \[\e[0;53;97;48;5;234m\]\s\[\e[53;97;48;5;234m\] \[\e[0m\] \[\e[38;5;234;48;5;225m\] \[\e[0;38;5;234;48;5;225m\]\h\[\e[38;5;234;48;5;225m\] \[\e[38;5;234;48;5;219m\] \[\e[0;1;38;5;234;48;5;219m\]\u\[\e[38;5;234;48;5;219m\] \[\e[0m\] \[\e[38;5;234;48;5;194m\] \[\e[0;1;38;5;234;48;5;194m\]$(git branch 2>/dev/null | grep '"'"'^*'"'"' | colrm 1 2)\[\e[38;5;234;48;5;194m\] \[\e[38;5;225;48;5;234m\] \[\e[0;38;5;225;48;5;234m\]\w\[\e[38;5;225;48;5;234m\] \[\e[0m\] \[\e[5;38;5;219;48;5;233m\] \[\e[0;1;5;38;5;219;48;5;233m\]\A\[\e[5;38;5;219;48;5;233m\] \[\e[0m\]\n \[\e[0;1;38;5;189m\]\$ \[\e[0m\]'