mirror of
https://github.com/Phantop/dotfiles
synced 2024-12-03 12:03:49 +00:00
Fish: don't clean firefox; Qute: fix hosts
This commit is contained in:
parent
b47e710f8f
commit
b4ff4900e3
|
@ -1,4 +1,4 @@
|
|||
# Defined in /tmp/fish.Ww3XEw/clean.fish @ line 2
|
||||
# Defined in /tmp/fish.BH5XNP/clean.fish @ line 2
|
||||
function clean
|
||||
up
|
||||
fc-cache -f -v
|
||||
|
@ -9,8 +9,8 @@ function clean
|
|||
se rmo -y
|
||||
se rdb -y
|
||||
s journalctl --vacuum-size=1K
|
||||
bleachbit -c (bleachbit -l|grep -Ev 'system.free_disk_space|transmission|system.memory')
|
||||
s bleachbit -c (bleachbit -l|grep -Ev 'system.free_disk_space|transmission|system.memory')
|
||||
bleachbit -c (bleachbit -l|grep -Ev 'system.free_disk_space|transmission|system.memory|firefox')
|
||||
s bleachbit -c (bleachbit -l|grep -Ev 'system.free_disk_space|transmission|system.memory|firefox')
|
||||
rm -r ~/.cache/*
|
||||
rm -r ~/.nv/*
|
||||
rm -r ~/.local/share/nvim/swap/
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Defined in /tmp/fish.W4jWuS/fish_user_key_bindings.fish @ line 2
|
||||
# Defined in /tmp/fish.tZFnQI/fish_user_key_bindings.fish @ line 2
|
||||
function fish_user_key_bindings
|
||||
bind \eo 'f'
|
||||
bind \ed 'ncdu'
|
||||
|
|
|
@ -166,7 +166,6 @@ settings:
|
|||
content.host_blocking.lists:
|
||||
global:
|
||||
- https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts
|
||||
- https://raw.githubusercontent.com/EnergizedProtection/block/master/spark/formats/hosts
|
||||
- https://github.com/adversarialtools/apple-telemetry/raw/master/blacklist
|
||||
- https://raw.githubusercontent.com/jmdugan/blocklists/master/corporations/facebook/all
|
||||
- https://raw.githubusercontent.com/jmdugan/blocklists/master/corporations/microsoft/all
|
||||
|
|
Loading…
Reference in a new issue