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:
parent
1699ddc186
commit
302a0c54f0
4 changed files with 111 additions and 1 deletions
|
@ -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=()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue