updated these to work better

This commit is contained in:
Solomon Laing 2021-04-29 10:36:19 +09:30
parent 2bb7cb8333
commit b3a11c4175
2 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,6 @@
git-flow-completion-git git-flow-completion-git
fish
dunst-git dunst-git
slock slock
notify-send notify-send

View File

@ -18,7 +18,7 @@ esac
# if yay is not installed the run the install script # if yay is not installed the run the install script
if ! command -v yay &> /dev/null; then if ! command -v yay &> /dev/null; then
install-yay ./install-yay
fi fi
# check with the user they are happy to update, exit if not though. # check with the user they are happy to update, exit if not though.