mirror of
https://github.com/Phantop/dotfiles
synced 2024-11-16 11:52:47 +00:00
Fish: better xcompress and no goldtree
This commit is contained in:
parent
b03e7853d6
commit
39b9ba610a
|
@ -1,5 +0,0 @@
|
||||||
# Defined in /tmp/fish.uageyN/goldtree.fish @ line 1
|
|
||||||
function goldtree
|
|
||||||
cd $D/Source/nintendo/goldtree/
|
|
||||||
./Goldtree.py
|
|
||||||
end
|
|
|
@ -1,3 +1,10 @@
|
||||||
|
# Defined in /tmp/fish.9jgIQP/xcompress.fish @ line 2
|
||||||
function xcompress
|
function xcompress
|
||||||
xz -efvk9T 0 $argv
|
if test -d $argv
|
||||||
|
tar -cf $argv.tar $argv
|
||||||
|
xz -efvk9T 0 $argv.tar
|
||||||
|
rm $argv.tar
|
||||||
|
else
|
||||||
|
xz -efvk9T 0 $argv
|
||||||
|
end
|
||||||
end
|
end
|
||||||
|
|
|
@ -14,7 +14,7 @@
|
||||||
(function() {var css = [
|
(function() {var css = [
|
||||||
"/* ------BACKGROUND------ */",
|
"/* ------BACKGROUND------ */",
|
||||||
"body {",
|
"body {",
|
||||||
" background: url(\"https://cdn.discordapp.com/attachments/588527493242421269/588527615242010652/moon.png\");",
|
" background: url(\"https://cdn.discordapp.com/attachments/610991459323084801/625107142092783616/moon3.png\");",
|
||||||
" background-size: cover;",
|
" background-size: cover;",
|
||||||
"}",
|
"}",
|
||||||
".appMount-3lHmkl {",
|
".appMount-3lHmkl {",
|
||||||
|
|
Loading…
Reference in a new issue