Fixed syntax error.
This commit is contained in:
parent
7405dbaa97
commit
66b854cba2
1 changed files with 1 additions and 1 deletions
2
profile
2
profile
|
@ -1,7 +1,7 @@
|
|||
|
||||
# PS1="\[\e]0;\@ [\u@\h] [\w]\007\]\[\e[1;33m\]\@ \[\e[1;37m\][\[\e[1;35m\]\u\[\e[1;37m\]@\[\e[1;32m\]\h\[\e[1;37m\]] \[\e[1;37m\][\[\e[1;31m\]\w\[\e[1;37m\]] [\[\e[1;36m\]$(ls -l | grep "^-" | wc -l | tr -d " ") \[\e[1;34m\]files\[\e[1;37m\]] \n\[\e[1;33m\]\@ \[\e[1;37m\]$ \[\e[0m\]"
|
||||
|
||||
function set_prompt {
|
||||
set_prompt() {
|
||||
local BLUE="\[\e[0;34m\]"
|
||||
local DARK_BLUE="\[\e[1;34m\]"
|
||||
local RED="\[\e[0;31m\]"
|
||||
|
|
Loading…
Reference in a new issue