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