Skip to content

Instantly share code, notes, and snippets.

@vttsmkpt
Created September 19, 2022 09:55
Show Gist options
  • Save vttsmkpt/887069a35ec7ad8b1d1fb33d1e8d9b2b to your computer and use it in GitHub Desktop.
Save vttsmkpt/887069a35ec7ad8b1d1fb33d1e8d9b2b to your computer and use it in GitHub Desktop.
PROMPT='
%n@%m:%~
%# '
setopt PROMPT_SUBST
RPROMPT='$(git rev-parse --abbrev-ref HEAD 2&>/dev/null)'
setopt HIST_IGNORE_DUPS
setopt HIST_IGNORE_SPACE
alias ls='ls -Fh'
alias bu='brew upgrade --greedy --no-quarantine && brew cleanup && killdock'
alias killdock='defaults write com.apple.dock ResetLaunchPad -bool true; killall Dock'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment