Update polybar config and .gitconfig
Signed-off-by: Severin Kaderli <severin.kaderli@gmail.com>
This commit is contained in:
parent
db7c7418ed
commit
4f606bddb5
5 changed files with 14 additions and 12 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue