Skip to content

Instantly share code, notes, and snippets.

View Sam-Spencer's full-sized avatar
🦘
codin'

Sam Spencer Sam-Spencer

🦘
codin'
View GitHub Profile
@Sam-Spencer
Sam-Spencer / .zshrc
Last active May 27, 2025 20:31
Zsh Config with helper functions
# Setup PATH
# export PATH=$PATH:/Users/samspencer/bin
export GEM_HOME="$HOME/.gem"
export PATH=$GEM_HOME/bin:$PATH
export PATH="$HOME/.config/n/bin:$PATH"
export PATH="$HOME/.config/npm/bin:$PATH"
export PATH="$HOME/.bin:$PATH"
export PATH="$HOME/.deno/bin:$PATH"
export PATH="$PATH:/opt/custom"
//
// TextLimiter.swift
//
//
// Created by Sam Spencer on 2/1/22.
//
import Foundation
import SwiftUI