Last active
September 27, 2023 08:55
-
-
Save avary/923289f815660ab633bbd983c132a52b to your computer and use it in GitHub Desktop.
some aliases for macos/zhs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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