mirror of
https://github.com/Phantop/dotfiles
synced 2025-11-26 06:06:40 +00:00
Edit clean function and add update function
This commit is contained in:
parent
049de6102d
commit
c9acebd464
|
|
@ -1,4 +1,4 @@
|
||||||
# Defined in /tmp/fish.cXbpuG/clean.fish @ line 2
|
# Defined in /tmp/fish.p3ZSYS/clean.fish @ line 2
|
||||||
function clean
|
function clean
|
||||||
s printf \
|
s printf \
|
||||||
updatefonts
|
updatefonts
|
||||||
|
|
@ -10,5 +10,6 @@ function clean
|
||||||
bleachbit -c (bleachbit -l|grep -v system.free_disk_space | grep -v transmission)
|
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)
|
s bleachbit -c (bleachbit -l|grep -v system.free_disk_space | grep -v transmission)
|
||||||
rm -r ~/.cache/*
|
rm -r ~/.cache/*
|
||||||
|
rm -r ~/.nv/*
|
||||||
rm -r ~/.local/share/nvim/swap/
|
rm -r ~/.local/share/nvim/swap/
|
||||||
end
|
end
|
||||||
|
|
|
||||||
8
.config/fish/functions/gupall.fish
Normal file
8
.config/fish/functions/gupall.fish
Normal file
|
|
@ -0,0 +1,8 @@
|
||||||
|
# Defined in /tmp/fish.xOFV2s/gupall.fish @ line 1
|
||||||
|
function gupall
|
||||||
|
for i in *
|
||||||
|
cd $i
|
||||||
|
git pull
|
||||||
|
cd ..
|
||||||
|
end
|
||||||
|
end
|
||||||
Loading…
Reference in a new issue