Skip to content

Instantly share code, notes, and snippets.

View rustyroelj's full-sized avatar

Jamie Sato rustyroelj

View GitHub Profile
@rustyroelj
rustyroelj / aliases.sh
Created May 25, 2026 17:38
Useful bash aliases
alias ll='ls -alh'
alias gs='git status'
alias gp='git pull --rebase'
@rustyroelj
rustyroelj / aliases.sh
Created May 25, 2026 17:32
Useful bash aliases
alias ll='ls -alh'
alias gs='git status'
alias gp='git pull --rebase'
@rustyroelj
rustyroelj / aliases.sh
Created May 25, 2026 17:19
Useful bash aliases
alias ll='ls -alh'
alias gs='git status'
alias gp='git pull --rebase'