From 4b4941923522f59ef38001a9dbbbb2a64126fdf5 Mon Sep 17 00:00:00 2001 From: ChrisTitusTech Date: Wed, 16 Sep 2020 19:54:02 -0500 Subject: [PATCH] update-grub for arch --- aliasrc | 1 + 1 file changed, 1 insertion(+) diff --git a/aliasrc b/aliasrc index 0f1800b..96c166c 100644 --- a/aliasrc +++ b/aliasrc @@ -93,3 +93,4 @@ gitupdate() { alias gp=gitpush alias gu=gitupdate alias lbrynet='/opt/LBRY/resources/static/daemon/lbrynet' +alias update-grub='sudo grub-mkconfig -o /boot/grub/grub.cfg'