make proclaim slightly less confusing
This commit is contained in:
parent
83a98e1bd8
commit
342d10fe42
1 changed files with 1 additions and 4 deletions
|
@ -2,10 +2,7 @@
|
||||||
|
|
||||||
# make username uppercase
|
# make username uppercase
|
||||||
username=$(echo "$USER" | tr '[:lower:]' '[:upper:]')
|
username=$(echo "$USER" | tr '[:lower:]' '[:upper:]')
|
||||||
time=placeholder
|
declare prompt
|
||||||
date=placeholder
|
|
||||||
prompt=placeholder
|
|
||||||
|
|
||||||
|
|
||||||
makeSlug () {
|
makeSlug () {
|
||||||
# make time and date
|
# make time and date
|
||||||
|
|
Loading…
Reference in a new issue