This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// | |
// TextLimiter.swift | |
// | |
// | |
// Created by Sam Spencer on 2/1/22. | |
// | |
import Foundation | |
import SwiftUI |