better lsprj

This commit is contained in:
nemo 2025-07-23 21:52:19 +02:00
parent ec919b36f1
commit f0fe6e7cd4
1 changed files with 1 additions and 1 deletions

2
bashrc
View File

@ -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"