Skip to content

Instantly share code, notes, and snippets.

View Mischi's full-sized avatar

Fabian Raetz Mischi

  • Germany, Dortmund
View GitHub Profile
@Mischi
Mischi / .kshrc
Last active March 19, 2019 21:55
OpenBSD + Node.js + Web development
# add node to path and let npm use system clang/clang++ by default
export PATH="$HOME/.node/bin:$PATH"
alias npm='CC=/usr/bin/clang CXX=/usr/bin/clang++ LIBSASS_EXT=auto npm'