From 209d5c5dcc1eda9ce084c505b362fb09fff3d56f Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Thu, 4 Jan 2024 11:20:48 -0300 Subject: etc/sh/rc: Fix "c" alias to use the correct command --- etc/sh/rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/sh/rc b/etc/sh/rc index b06eb3a..bcd3b02 100644 --- a/etc/sh/rc +++ b/etc/sh/rc @@ -193,7 +193,7 @@ alias d='vcs diff' alias ds='vcs diff -- --staged' alias tpd='cd "$(mkdtemp)"' alias cls='tmux send-keys -R \; clear-history' -alias c='clear' +alias c='clean' alias l='ls -lahF --color' alias grep='grep --color=auto' -- cgit v1.2.3