1
0
Fork 0
mirror of https://github.com/Phantop/dotfiles synced 2024-09-28 12:58:57 +00:00

Fish: better xcompress and no goldtree

This commit is contained in:
Phantop 2019-09-23 22:06:19 -04:00
parent b03e7853d6
commit 39b9ba610a
3 changed files with 9 additions and 7 deletions

View file

@ -1,5 +0,0 @@
# Defined in /tmp/fish.uageyN/goldtree.fish @ line 1
function goldtree
cd $D/Source/nintendo/goldtree/
./Goldtree.py
end

View file

@ -1,3 +1,10 @@
# Defined in /tmp/fish.9jgIQP/xcompress.fish @ line 2
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

View file

@ -14,7 +14,7 @@
(function() {var css = [
"/* ------BACKGROUND------ */",
"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;",
"}",
".appMount-3lHmkl {",