1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 12:37:44 +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

@ -43,3 +43,5 @@ export HISTORY_AUTOSAVE_TIME_MS=10000
export TMPDIR=/tmp
PROGRAMS_ALLOWED_TO_MODIFY_DEFAULT_TERMIOS=(stty)
for /usr/share/shell/completion/*.sh { source $it }