fix: alias, arch-updates (polybar)

add: vim mergetool
This commit is contained in:
Tobias Reisinger 2020-06-26 18:21:39 +02:00
parent f37f66248f
commit 544bb9ed2c
7 changed files with 35 additions and 16 deletions

View file

@ -1,6 +1,6 @@
#!/bin/sh
pkg_updates_count=$(pacman -Qu | wc -l)
pkg_updates_count=$(checkupdates 2> /dev/null | wc -l)
if [ $((pkg_updates_count)) -gt 0 ]
then
echo $pkg_updates_count