1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-14 09:14:58 +00:00

Base: Add some default completions to shellrc

This commit is contained in:
Ali Mohammad Pur 2022-04-12 03:30:02 +04:30 committed by Ali Mohammad Pur
parent 1699ddc186
commit 302a0c54f0
4 changed files with 111 additions and 1 deletions

View file

@ -12,7 +12,9 @@ if [ "$#" -eq "0" ]; then
':!:Ports' \
':!:Userland/Shell/Tests' \
':!:Base/home/anon/Tests' \
':!:Base/root/generate_manpages.sh'
':!:Base/root/generate_manpages.sh' \
':!:Base/usr/share/shell' \
':!:Base/etc/shellrc' \
)
else
files=()