diff --git a/.zsh_aliases b/.zsh_aliases index 34d2d89..70ed863 100644 --- a/.zsh_aliases +++ b/.zsh_aliases @@ -63,3 +63,12 @@ alias ytdlmp3='youtube-dl --extract-audio --audio-format mp3 -o "%(title)s.%(ext # termbin shortcut alias tb='nc bin.planethawleywood.com 9999' +# Update FuzzyFinder (https://github.com/junegunn/fzf#upgrading-fzf) +alias fzfup='cd ~/.fzf && git pull && ./install' + +# Git (a few in case globals aren't defined) +alias git-st='git status' +alias git-lg='git log --color --graph --pretty=format:"%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset" --abbrev-commit' +alias git-remotes='gits remote -v update' + +