Skip to content

Instantly share code, notes, and snippets.

@avary
Last active September 27, 2023 08:55
Show Gist options
  • Save avary/923289f815660ab633bbd983c132a52b to your computer and use it in GitHub Desktop.
Save avary/923289f815660ab633bbd983c132a52b to your computer and use it in GitHub Desktop.
some aliases for macos/zhs
# pull/update multi git repos,
multipull0='ls | xargs -I{} git -C {} pull --ff'
# for laravel
pa='php artisan serv'
pad='php artisan dump-autoload'
# i use high sierra and macport cuz brew dosnt always work on high sierra
sqla='sudo port unload mysql8-server'
sqlu='sudo port load mysql8-server'
unpa='sudo port unload apache2'
upa='sudo port load apache2'
hgrep='cat ~/.zsh_history | grep '
history=omz_history
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment