repo.or.cz
/
copyleftie-scripts.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
manr: fix
[copyleftie-scripts.git]
/
neofetch
blob
389d27f9f0f8c081be41f1ded12819e34b763257
1
#!/bin/execlineb -WS0
2
3
backtick -i -n cmd { defwhich neofetch }
4
multisubstitute {
5
importas -u cmd cmd
6
importas -u tmp tmp
7
}
8
${cmd} --shell_version off
9
--disable theme icons resolution packages
10
--stdout
11
${@}
12