GiselleSerate / myaliases

Useful shell aliases and functions.
6 stars 1 forks source link

check for setup/uninstall script compatibility on osx #28

Open GiselleSerate opened 6 years ago

GiselleSerate commented 6 years ago

Please do the following when you get access to a lab mac:

aryarm commented 6 years ago

Also, cds needs to be tried on a lab mac. And also some of the code in .bash_nav. The windows aliases shouldn't be available on a mac.

GiselleSerate commented 5 years ago

cds is gucci on a mac, but apparently altalias is . . . bad. Not good. Has error, but works. Error:

computer:~ gserate$ alias -s srenv='source .env/bin/activate'
expr: syntax error
Creating new permanent alias: alias alias='altalias'
alias serve='php artisan serve &>/dev/null &'
alias srenv='source .env/bin/activate'