Skip to content

Instantly share code, notes, and snippets.

View gyurisc's full-sized avatar
🏠
Working from home

gyurisc gyurisc

🏠
Working from home
View GitHub Profile
# Add the alias below to ~/.bash_profile on a Mac
# Save the file and run: source ~/.bash_profile
# ASP.NET and Visual Studio Code on OS X
source dnvm.sh
export MONO_MANAGED_WATCHER=disabled
alias code='open $@ -a "Visual Studio Code"'