allow user to define arrays
This commit is contained in:
parent
39543cc999
commit
cf285f8878
8
envs
8
envs
|
@ -23,7 +23,7 @@
|
||||||
export TERM=xterm-256color
|
export TERM=xterm-256color
|
||||||
|
|
||||||
PROGNAME=${0##*/}
|
PROGNAME=${0##*/}
|
||||||
VERSION="0.0.4"
|
VERSION="0.0.5"
|
||||||
|
|
||||||
INFO_FILE="/home/$(id -un)/.envs"
|
INFO_FILE="/home/$(id -un)/.envs"
|
||||||
|
|
||||||
|
@ -172,9 +172,13 @@ if [ ! -f "$INFO_FILE" ]; then
|
||||||
#
|
#
|
||||||
desc=a short describtion or message
|
desc=a short describtion or message
|
||||||
|
|
||||||
#add more informations
|
# add more informations (max. 100 entrys)
|
||||||
#git=
|
#git=
|
||||||
#mastodon=
|
#mastodon=
|
||||||
|
# you can also add a array with unlimeted entrys
|
||||||
|
#name=line1
|
||||||
|
#name=line2
|
||||||
|
#nametwo=line1
|
||||||
|
|
||||||
EOF
|
EOF
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue