Skip to content

Instantly share code, notes, and snippets.

View AlenkaF's full-sized avatar

Alenka Frim AlenkaF

View GitHub Profile
@AlenkaF
AlenkaF / .zprofile
Last active February 6, 2026 10:10
Apache Arrow build commands
eval "$(/opt/homebrew/bin/brew shellenv zsh)"
arrow () {
if [[ $1 = "submodule" ]]; then
git submodule update --init
elif [[ $1 = "env" ]]; then
cd /Users/alenkafrim/repos