Skip to content

Instantly share code, notes, and snippets.

@floriancourgey
Created December 19, 2017 15:05
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 floriancourgey/8207337f30bb1487e33fd064260dc9fa to your computer and use it in GitHub Desktop.
Save floriancourgey/8207337f30bb1487e33fd064260dc9fa to your computer and use it in GitHub Desktop.
~/.config/fish/config.fish
umask 002
function ll
ls -alh --color=auto $argv
end
if status --is-login
cd ~/allfit
echo "==== GIT ALL FIT ===="
git status -sb
git log --pretty=format:"%C(yellow)%h %ad%Cred%d %Creset%s%Cblue [%cn]" --decorate --date=short -n 5
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment