From bdba1e3e17466077ccf3bc2c9e3c0d56efd296eb Mon Sep 17 00:00:00 2001 From: Roger Gonzalez Date: Fri, 1 May 2020 14:04:55 -0300 Subject: Added a function to update the entire system --- .config/fish/functions/update_all.fish | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .config/fish/functions/update_all.fish (limited to '.config/fish') diff --git a/.config/fish/functions/update_all.fish b/.config/fish/functions/update_all.fish new file mode 100644 index 00000000..101e4167 --- /dev/null +++ b/.config/fish/functions/update_all.fish @@ -0,0 +1,4 @@ +function update_all + yay + doom upgrade +end -- cgit v1.2.3