Skip to content

Instantly share code, notes, and snippets.

View afurculita's full-sized avatar
👽
Searching for intelligent life

Alexandru Furculita afurculita

👽
Searching for intelligent life
View GitHub Profile
@afurculita
afurculita / replace-bash-with-zsh-no-root.sh
Created March 8, 2016 13:23
Making zsh default shell without root access
# Create .bash_profile in your home directory and add these lines:
export SHELL=/bin/zsh
exec /bin/zsh -l
@afurculita
afurculita / gist:849142963bd08c5771c4
Created December 17, 2014 21:27
When composer runs out of memory
php -d memory_limit=-1 /usr/local/bin/composer update --verbose --profile