Skip to content

Instantly share code, notes, and snippets.

@stuart-haas
stuart-haas / .zshrc
Created August 29, 2020 01:35
My zsh config
eval "$(starship init zsh)"
source $HOME/.zsh/fast-syntax-highlighting/fast-syntax-highlighting.plugin.zsh
source $HOME/.zsh/zsh-autosuggestions/zsh-autosuggestions.zsh
# Load completion config
source $HOME/.zsh/completion.zsh
# Initialize the completion system
autoload -Uz compinit
@stuart-haas
stuart-haas / compare_commits.git
Last active August 29, 2020 01:36
Compare and prettify commits between two branches
git log --pretty=oneline --abbrev-commit master..dev