.zsh/functions/prompt
This commit is contained in:
parent
3623002be1
commit
a9228d8b1a
1 changed files with 1 additions and 1 deletions
|
@ -14,4 +14,4 @@ printf '%s%s%s:%s%s%s%s ' \
|
||||||
"%{${fg[magenta]}%}" $hostname "%{${fg[default]}%}" \
|
"%{${fg[magenta]}%}" $hostname "%{${fg[default]}%}" \
|
||||||
"%(?.%{${fg[green]}%}.%{${fg[red]}%})" "%~" "%{${fg[default]}%}"
|
"%(?.%{${fg[green]}%}.%{${fg[red]}%})" "%~" "%{${fg[default]}%}"
|
||||||
|
|
||||||
printf "$(/home/slash/code/projects/baps1/src/baps1)"
|
printf "\$(/home/slash/code/projects/baps1/src/baps1)"
|
||||||
|
|
Loading…
Reference in a new issue