fix technical debt + fine tune functions and hooks
- linting/fixing/formating - utility for suggesting aliases now accepts parameters to change output size - add helper to checkci - add verify committer script to avoid committer with wrong git identify
This commit is contained in:
@ -131,6 +131,11 @@ export COLORPIC_APIKEY=""
|
||||
export VAULT_PASSWORD_FILE=""
|
||||
export DEFAULT_BROWSER=${DEFAULT_BROWSER:-'Google Chrome'}
|
||||
export TRELLO_BOARD_URL=""
|
||||
export COMPANY_NAME=""
|
||||
export GIT_PERSONAL_EMAIL=""
|
||||
export GIT_PERSONAL_USER=""
|
||||
export GIT_PRO_EMAIL=""
|
||||
export GIT_PRO_USER=""
|
||||
|
||||
if test -f "$HOME/.scripts/secrets.sh"; then
|
||||
chmod +x "$HOME/.scripts/secrets.sh"
|
||||
|
Reference in New Issue
Block a user