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
alias art="php artisan" | |
alias dracarys="git reset --hard && git clean -df" | |
alias phpfix="php php-cs-fixer.phar fix" | |
alias weather='curl -s wttr.in/Hurghada | sed -n "2,7p"' | |
alias usd='curl -s "https://www.google.com/finance/converter?a=1&from=USD&to=EGP" | LC_CTYPE=C sed "/res/!d;s/<[^>]*>//g"' | |
alias shrug="echo '¯\_(ツ)_/¯' | pbcopy"; | |
alias fight="echo '(ง'̀-'́)ง' | pbcopy"; | |
alias happy="echo 'ᕕ( ᐛ )ᕗ' | pbcopy"; | |
# Commit all the current changes with a message |