From 3eb1c4325f4e84354a7cc1c527f16c8aee5ae34d Mon Sep 17 00:00:00 2001 From: Phantop Date: Tue, 11 Dec 2018 21:15:32 -0500 Subject: [PATCH] Misc function updates Dec 11 2018 --- .config/fish/functions/clean.fish | 6 +++--- .config/fish/functions/d.fish | 4 ++++ .config/fish/functions/mount3ds.fish | 6 +++--- .config/nvim/bundle/ale | 2 +- .config/nvim/bundle/nerdtree | 2 +- .config/nvim/bundle/vim-airline | 2 +- .config/nvim/bundle/vim-startify | 2 +- .config/qutebrowser/qsettings/QtProject.conf | 2 +- 8 files changed, 15 insertions(+), 11 deletions(-) create mode 100644 .config/fish/functions/d.fish diff --git a/.config/fish/functions/clean.fish b/.config/fish/functions/clean.fish index e42c4ed..a8c7e1f 100755 --- a/.config/fish/functions/clean.fish +++ b/.config/fish/functions/clean.fish @@ -1,4 +1,4 @@ -# Defined in /tmp/fish.p3ZSYS/clean.fish @ line 2 +# Defined in /tmp/fish.VaFWaA/clean.fish @ line 2 function clean s printf \ updatefonts @@ -7,8 +7,8 @@ function clean se rmo -y se rdb -y s journalctl --vacuum-size=1K - bleachbit -c (bleachbit -l|grep -v system.free_disk_space | grep -v transmission) - s 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 -Ev 'system.free_disk_space|transmission') rm -r ~/.cache/* rm -r ~/.nv/* rm -r ~/.local/share/nvim/swap/ diff --git a/.config/fish/functions/d.fish b/.config/fish/functions/d.fish new file mode 100644 index 0000000..6c60fd7 --- /dev/null +++ b/.config/fish/functions/d.fish @@ -0,0 +1,4 @@ +# Defined in /tmp/fish.KJ6peF/d.fish @ line 1 +function d + disown $argv +end diff --git a/.config/fish/functions/mount3ds.fish b/.config/fish/functions/mount3ds.fish index b83283d..cff2658 100644 --- a/.config/fish/functions/mount3ds.fish +++ b/.config/fish/functions/mount3ds.fish @@ -1,5 +1,5 @@ -# Defined in /tmp/fish.WPd3oQ/mount3ds.fish @ line 1 +# Defined in /tmp/fish.LrS0Bz/mount3ds.fish @ line 2 function mount3ds - 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_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 end diff --git a/.config/nvim/bundle/ale b/.config/nvim/bundle/ale index 3db564f..2cfa09e 160000 --- a/.config/nvim/bundle/ale +++ b/.config/nvim/bundle/ale @@ -1 +1 @@ -Subproject commit 3db564f7742360a870679ef6c63361371646fed8 +Subproject commit 2cfa09e02d65cd06649fb1ae5f988b7a110a124d diff --git a/.config/nvim/bundle/nerdtree b/.config/nvim/bundle/nerdtree index 743b849..c1876da 160000 --- a/.config/nvim/bundle/nerdtree +++ b/.config/nvim/bundle/nerdtree @@ -1 +1 @@ -Subproject commit 743b849dcf7e0571831edbaaa73b5ef1b5cb11ac +Subproject commit c1876da09c38315d7fdea33d9082d1868b5fbd2b diff --git a/.config/nvim/bundle/vim-airline b/.config/nvim/bundle/vim-airline index 3d9071e..e3cfd36 160000 --- a/.config/nvim/bundle/vim-airline +++ b/.config/nvim/bundle/vim-airline @@ -1 +1 @@ -Subproject commit 3d9071e6b618280000a021a2517e28cb4b497be4 +Subproject commit e3cfd3643b0f4c9650d5eb23912fef12d88e7a60 diff --git a/.config/nvim/bundle/vim-startify b/.config/nvim/bundle/vim-startify index e25fbe1..5cd4faf 160000 --- a/.config/nvim/bundle/vim-startify +++ b/.config/nvim/bundle/vim-startify @@ -1 +1 @@ -Subproject commit e25fbe1c0d6f8cda83c0e300d70f9b8009e4134f +Subproject commit 5cd4faf2c681c36edfae3aa907d0ab720ff9c6e5 diff --git a/.config/qutebrowser/qsettings/QtProject.conf b/.config/qutebrowser/qsettings/QtProject.conf index 5517a62..4c3174a 100755 --- a/.config/qutebrowser/qsettings/QtProject.conf +++ b/.config/qutebrowser/qsettings/QtProject.conf @@ -1,5 +1,5 @@ [FileDialog] history=@Invalid() -lastVisited=file:///home/glados +lastVisited=file:///mnt/LocalDiskD/Videos/Recordings qtVersion=5.11.2 viewMode=Detail