add content
This commit is contained in:
parent
94df7c8562
commit
cc9afc5ffe
140 changed files with 10414 additions and 1 deletions
6
data/home/.local/bin/code
Executable file
6
data/home/.local/bin/code
Executable file
|
@ -0,0 +1,6 @@
|
|||
#!/bin/sh
|
||||
|
||||
if [ -f /usr/bin/codium ]
|
||||
then /usr/bin/codium $@
|
||||
else /usr/bin/code $@
|
||||
fi
|
Loading…
Add table
Add a link
Reference in a new issue