Skip to content

Commit d55f3fb

Browse files
author
Kevin Buchholz
committed
color prompts and "user:path#"
1 parent b056b94 commit d55f3fb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

home/app/.bashrc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,7 @@
22
alias ll='ls -la'
33
alias artisan="php artisan"
44
alias seed="artisan migrate:fresh --seed"
5+
6+
# prompt colors and short user display
7+
force_color_prompt=yes
8+
PS1='\[\033[1;36m\]\u\[\033[1;31m\]\[\033[1;32m\]:\[\033[1;35m\]\w\[\033[1;31m\]\$\[\033[0m\] '

0 commit comments

Comments
 (0)