Skip to content

Instantly share code, notes, and snippets.

@pringshia
Last active April 12, 2022 01:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pringshia/c1632e7b16560d73da41c8a7ec6f7476 to your computer and use it in GitHub Desktop.
Save pringshia/c1632e7b16560d73da41c8a7ec6f7476 to your computer and use it in GitHub Desktop.
alias v='f -e vim'
alias u='cd .. && l'
alias l='pwd && ls -Glap'
alias gs='git status'
alias gd='git diff'
alias gds='git diff --staged'
alias gh='git log --pretty=format:"%Cred%h%Creset %ad | %Cgreen%s%Creset%C(yellow)%d%Creset [%an]" --graph --date=short --all'
# DOTFILES
# --------
export EDITOR=vim
alias reload='source ~/dotfiles/aliases.zsh'
alias ea='$EDITOR ~/dotfiles/aliases.zsh && reload'
alias ee='$EDITOR ~/dotfiles/env.zsh'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment