From f0fe6e7cd44a3845ff2c345e145c87b715d9cf13 Mon Sep 17 00:00:00 2001 From: nemo Date: Wed, 23 Jul 2025 21:52:19 +0200 Subject: [PATCH] better lsprj --- bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bashrc b/bashrc index 8850d8c..b515110 100755 --- a/bashrc +++ b/bashrc @@ -110,7 +110,7 @@ alias cleanindicator="ls -A ~ | wc -l | figlet" #alias srvcheck="ssh nbbsrv sh /home/cptbbot/arualiv.sh" alias srvcheck="echo no srv ?" alias nbprj="expr \$(cgit $DEV_PATH) - 1" -alias lsprj='echo -en $LIGHTBLUE && ls $DEV_PATH | grep -v test | grep -v script | tr "\n" " " | column --table && echo -en $NC' +alias lsprj='echo -en $LIGHTBLUE && ls $DEV_PATH | grep -E -v ^test\|script\|opt$ | tr "\n" " " | column --table && echo -en $NC' alias lsal="ls -al" alias note="v $DEV_OPT_PATH/notes/global" alias list="ssh nbbsrv docker exec mcsrv-create rcon-cli list"