update skel

fix template
add bbj_user in .bashrc
This commit is contained in:
creme 2019-08-08 23:06:28 +02:00
parent 4667296608
commit 5f97232494
Signed by untrusted user: creme
GPG Key ID: C147C3B7FBDF08D0
3 changed files with 6 additions and 1 deletions

View File

@ -118,10 +118,13 @@ if ! shopt -oq posix; then
fi
fi
## defaults ##
export GPG_TTY=$(tty)
# envs
export PATH=$PATH:/envs/bin
#bbj
export BBJ_USER=$USER
## includes ##
[ -f ~/.fzf.bash ] && source ~/.fzf.bash

View File

@ -8,3 +8,4 @@ global_email="$USER@envs.net"
header_file=".header.template"
body_begin_file=".beforebody"
body_end_file=".afterbody"

View File

@ -4,7 +4,7 @@ this is a template for your own index.html.
you can edit this file and rename it to index.html.
have fun!
cp ~/public_html/your_index_template.html ~/public_html/index.html
cp ~/public_html/your_index_template.html ~/public_html/index.php
YOU CAN REMOVE THIS COMMENT!
-->
@ -50,3 +50,4 @@ Mail: <code><?=$user?>&#64;envs.net</code>
</body>
</html>