Created
December 19, 2017 15:05
-
-
Save floriancgit/8207337f30bb1487e33fd064260dc9fa to your computer and use it in GitHub Desktop.
~/.config/fish/config.fish
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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