Update polybar config and .gitconfig

Signed-off-by: Severin Kaderli <severin.kaderli@gmail.com>
This commit is contained in:
Severin Kaderli 2018-12-17 01:31:19 +01:00
parent db7c7418ed
commit 4f606bddb5
5 changed files with 14 additions and 12 deletions

View file

@ -6,6 +6,9 @@
# Display the history of the latest 20 commits
l = log --pretty=oneline -n 20 --graph --abbrev-commit
# Update submodules when pulling
pl = !git pull && git submodule update --remote --merge
# Shortcut for status
s = status