made weird code structure decisions from last night less weird
This commit is contained in:
parent
101d4b36b1
commit
d41d2b2d6c
6
demo.sh
6
demo.sh
@ -19,11 +19,13 @@ function wait()
|
|||||||
function type()
|
function type()
|
||||||
{ printf "$*" | simtyping; }
|
{ printf "$*" | simtyping; }
|
||||||
|
|
||||||
|
function prompt()
|
||||||
|
{
|
||||||
def="\033[0;00m"
|
def="\033[0;00m"
|
||||||
blu="\033[0;34m"
|
blu="\033[0;34m"
|
||||||
cyn="\033[0;36m"
|
cyn="\033[0;36m"
|
||||||
function prompt()
|
printf "[$cyn$(whoami)$def@$blu$(hostname)$def $(basename `pwd`)]\$ ";
|
||||||
{ printf "[$cyn$(whoami)$def@$blu$(hostname)$def $(basename `pwd`)]\$ "; }
|
}
|
||||||
|
|
||||||
function execute()
|
function execute()
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user