1
0
Fork 0
mirror of https://github.com/Phantop/dotfiles synced 2024-12-04 12:34:49 +00:00

Fish: don't clean firefox; Qute: fix hosts

This commit is contained in:
Phantop 2020-05-15 17:43:36 -04:00
parent b47e710f8f
commit b4ff4900e3
3 changed files with 4 additions and 5 deletions

View file

@ -1,4 +1,4 @@
# Defined in /tmp/fish.Ww3XEw/clean.fish @ line 2 # Defined in /tmp/fish.BH5XNP/clean.fish @ line 2
function clean function clean
up up
fc-cache -f -v fc-cache -f -v
@ -9,8 +9,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 -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') s bleachbit -c (bleachbit -l|grep -Ev 'system.free_disk_space|transmission|system.memory|firefox')
rm -r ~/.cache/* rm -r ~/.cache/*
rm -r ~/.nv/* rm -r ~/.nv/*
rm -r ~/.local/share/nvim/swap/ rm -r ~/.local/share/nvim/swap/

View file

@ -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 function fish_user_key_bindings
bind \eo 'f' bind \eo 'f'
bind \ed 'ncdu' bind \ed 'ncdu'

View file

@ -166,7 +166,6 @@ settings:
content.host_blocking.lists: content.host_blocking.lists:
global: global:
- https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts - 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://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/facebook/all
- https://raw.githubusercontent.com/jmdugan/blocklists/master/corporations/microsoft/all - https://raw.githubusercontent.com/jmdugan/blocklists/master/corporations/microsoft/all