Skip to content
Snippets Groups Projects
Commit b92468c4 authored by Nikolaos Kakouros's avatar Nikolaos Kakouros
Browse files

wip

parent 26fea45d
No related branches found
No related tags found
No related merge requests found
......@@ -207,7 +207,7 @@ function core_bootstrap() {
core_parse_project_config
core_bootstrap_git_collab
core_bootstrap_git_hooks
# core_bootstrap_git_hooks
core_bootstrap_git_branches
core_bootstrap_install_dependencies
core_bootstrap_install_command
......
......@@ -3,4 +3,8 @@
GO_ALIAS_CMDS_EXTRA=('nvim' 'vim' 'nano' "${HEADSTART_ALIAS_CMDS_EXTRA[@]}")
GO_ALIAS_EXPAND_CMDS=("${HEADSTART_ALIAS_EXPAND_CMDS[@]}")
alias sudo='sudo ' # https://askubuntu.com/questions/22037
if [[ "$EUID" -eq 0 ]]; then
alias sudo='sudo ' # https://askubuntu.com/questions/22037
else
alias sudo=' ' # https://askubuntu.com/questions/22037
fi
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment