From 65728b2680267d59d475f6440074010b520b271f Mon Sep 17 00:00:00 2001 From: jc <46619361+juancwu@users.noreply.github.com> Date: Sun, 1 Oct 2023 20:17:47 -0400 Subject: [PATCH] fix typo in command --- .config/bash/.bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/bash/.bashrc b/.config/bash/.bashrc index 553ebd6..8fd2889 100644 --- a/.config/bash/.bashrc +++ b/.config/bash/.bashrc @@ -206,7 +206,7 @@ if [ $? -ne 0 ]; then echo -e "$WARNING bun is not installed" fi -command -v notify-send > /dev/null 2>%1 +command -v notify-send > /dev/null 2>&1 if [ $? -ne 0 ]; then echo -e "$WARNING notify-send is not installed. Will affect the alias: \033[34;49;1malert\033[0m" fi