1
0
Fork 0
mirror of https://github.com/Phantop/dotfiles synced 2025-01-18 18:47:34 +00:00

Fish: Make yuzu function delete logs after run

This commit is contained in:
Phantop 2019-01-17 19:32:37 -05:00
parent aeb97a36be
commit 5a6248811e

View file

@ -1,6 +1,6 @@
# Defined in /tmp/fish.9pLxA4/yuzu.fish @ line 2
# Defined in /tmp/fish.pZtHjZ/yuzu.fish @ line 2
function yuzu
cd $D/Games/Emulators/yuzu
rm -r log
./yuzu
./yuzu
rm -r log
end