diff options
author | EuAndreh <eu@euandre.org> | 2023-11-27 10:21:40 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2023-11-27 10:21:40 -0300 |
commit | 58e26a1b8f0954f7a0cc286ece33808f7528965b (patch) | |
tree | 1965e4c15ad69d9117d46a5ff4b665dc5e2a5e87 /etc | |
parent | etc/sh/rc: Always "direnv allow" in rr() without checking (diff) | |
download | dotfiles-58e26a1b8f0954f7a0cc286ece33808f7528965b.tar.gz dotfiles-58e26a1b8f0954f7a0cc286ece33808f7528965b.tar.xz |
etc/sh/rc: Add "clean" alias
Diffstat (limited to 'etc')
-rw-r--r-- | etc/sh/rc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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`' |