From 58e26a1b8f0954f7a0cc286ece33808f7528965b Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Mon, 27 Nov 2023 10:21:40 -0300 Subject: etc/sh/rc: Add "clean" alias --- etc/sh/rc | 1 + 1 file changed, 1 insertion(+) diff --git a/etc/sh/rc b/etc/sh/rc index 8abef18..2c8e93c 100644 --- a/etc/sh/rc +++ b/etc/sh/rc @@ -211,6 +211,7 @@ alias info='info --init-file "$XDG_CONFIG_HOME"/info/infokey' alias wget='wget --hsts-file="$XDG_STATE_HOME"/wget-hsts' alias tmux='tmux -f "$XDG_CONFIG_HOME"/tmux/tmux.conf' +alias clean='make -s clean && git clean -nffdx' alias flush='sync && echo 3 | sudo tee /proc/sys/vm/drop_caches > /dev/null' alias kal='khal calendar today `LANG=en.UTF-8 date +%A`' -- cgit v1.2.3