Skip to content

Instantly share code, notes, and snippets.

@BrianPugh
Created January 1, 2021 19:10
Show Gist options
  • Save BrianPugh/18e6d35e181de2a0371ce9986c448dbe to your computer and use it in GitHub Desktop.
Save BrianPugh/18e6d35e181de2a0371ce9986c448dbe to your computer and use it in GitHub Desktop.
# Prompt
PROMPT="%m:%~$ "
# Navigation
alias ll='ls -alhG'
bindkey "^[[H" beginning-of-line
bindkey "^[[F" end-of-line
# Git
alias gs='git status'
alias gd='git diff'
# Misc
alias cat='bat'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment