1
0
Fork 0

Autocommitted updated scripts from

main
Marissa Staib 5 years ago
parent f45f7a3b75
commit 4346ba0286
  1. 2
      bash_aliases.sh

@ -56,6 +56,7 @@ function copy_func()
function bashreload()
{
reload_scripts_only
(
cd "$( dirname "$(realpath -e "${BASH_SOURCE[0]}")" )"
needs_push=false
@ -68,7 +69,6 @@ function bashreload()
git push
fi
)
reload_scripts_only
}
function man ()

Loading…
Cancel
Save