diff options
| author | EuAndreh <eu@euandre.org> | 2023-12-08 18:27:09 -0300 |
|---|---|---|
| committer | EuAndreh <eu@euandre.org> | 2023-12-08 18:27:09 -0300 |
| commit | 3ab4e41230d8e3ff64e5cb3054c5185945615dd6 (patch) | |
| tree | b9131a3dcbb22b5eb159173e32691e5d2542d271 /etc/sh | |
| parent | etc/guix/home.scm: Fix imports (diff) | |
| download | dotfiles-3ab4e41230d8e3ff64e5cb3054c5185945615dd6.tar.gz dotfiles-3ab4e41230d8e3ff64e5cb3054c5185945615dd6.tar.xz | |
etc/sh/rc: Replace "clean" alias with clean(1) utility
Diffstat (limited to 'etc/sh')
| -rw-r--r-- | etc/sh/rc | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -211,7 +211,6 @@ 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`' |
