mirror of
https://github.com/Phantop/dotfiles
synced 2025-11-29 15:55:48 +00:00
Misc function updates Dec 11 2018
This commit is contained in:
parent
08191a05a0
commit
3eb1c4325f
|
|
@ -1,4 +1,4 @@
|
||||||
# Defined in /tmp/fish.p3ZSYS/clean.fish @ line 2
|
# Defined in /tmp/fish.VaFWaA/clean.fish @ line 2
|
||||||
function clean
|
function clean
|
||||||
s printf \
|
s printf \
|
||||||
updatefonts
|
updatefonts
|
||||||
|
|
@ -7,8 +7,8 @@ function clean
|
||||||
se rmo -y
|
se rmo -y
|
||||||
se rdb -y
|
se rdb -y
|
||||||
s journalctl --vacuum-size=1K
|
s journalctl --vacuum-size=1K
|
||||||
bleachbit -c (bleachbit -l|grep -v system.free_disk_space | grep -v transmission)
|
bleachbit -c (bleachbit -l|grep -Ev 'system.free_disk_space|transmission')
|
||||||
s bleachbit -c (bleachbit -l|grep -v system.free_disk_space | grep -v transmission)
|
s bleachbit -c (bleachbit -l|grep -Ev 'system.free_disk_space|transmission')
|
||||||
rm -r ~/.cache/*
|
rm -r ~/.cache/*
|
||||||
rm -r ~/.nv/*
|
rm -r ~/.nv/*
|
||||||
rm -r ~/.local/share/nvim/swap/
|
rm -r ~/.local/share/nvim/swap/
|
||||||
|
|
|
||||||
4
.config/fish/functions/d.fish
Normal file
4
.config/fish/functions/d.fish
Normal file
|
|
@ -0,0 +1,4 @@
|
||||||
|
# Defined in /tmp/fish.KJ6peF/d.fish @ line 1
|
||||||
|
function d
|
||||||
|
disown $argv
|
||||||
|
end
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
# Defined in /tmp/fish.WPd3oQ/mount3ds.fish @ line 1
|
# Defined in /tmp/fish.LrS0Bz/mount3ds.fish @ line 2
|
||||||
function mount3ds
|
function mount3ds
|
||||||
mount_sd --movable ~/.3ds/movable.sed $D/Installs/Backup/3DS/Nintendo\ 3DS $D/Installs/Backup/3DS/SD
|
mount_sd --movable ~/.3ds/movable.sed $D/Installs/Backup/3DS/Nintendo\ 3DS $D/Installs/Backup/3DS/sd
|
||||||
mount_titledir $D/Installs/Backup/3DS/SD/b81f00ba4783ae5a534430320002544d/title/ $D/Games/Roms/3DS
|
mount_titledir $D/Installs/Backup/3DS/sd/b81f00ba4783ae5a534430320002544d/title/ $D/Games/Roms/3DS
|
||||||
end
|
end
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
Subproject commit 3db564f7742360a870679ef6c63361371646fed8
|
Subproject commit 2cfa09e02d65cd06649fb1ae5f988b7a110a124d
|
||||||
|
|
@ -1 +1 @@
|
||||||
Subproject commit 743b849dcf7e0571831edbaaa73b5ef1b5cb11ac
|
Subproject commit c1876da09c38315d7fdea33d9082d1868b5fbd2b
|
||||||
|
|
@ -1 +1 @@
|
||||||
Subproject commit 3d9071e6b618280000a021a2517e28cb4b497be4
|
Subproject commit e3cfd3643b0f4c9650d5eb23912fef12d88e7a60
|
||||||
|
|
@ -1 +1 @@
|
||||||
Subproject commit e25fbe1c0d6f8cda83c0e300d70f9b8009e4134f
|
Subproject commit 5cd4faf2c681c36edfae3aa907d0ab720ff9c6e5
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
[FileDialog]
|
[FileDialog]
|
||||||
history=@Invalid()
|
history=@Invalid()
|
||||||
lastVisited=file:///home/glados
|
lastVisited=file:///mnt/LocalDiskD/Videos/Recordings
|
||||||
qtVersion=5.11.2
|
qtVersion=5.11.2
|
||||||
viewMode=Detail
|
viewMode=Detail
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue