From c09cabb3924b6be5fa7a241689aa42977af06aa6 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Thu, 28 Dec 2023 11:29:25 -0300 Subject: etc/sh/rc: Add "c" alias --- etc/sh/rc | 1 + 1 file changed, 1 insertion(+) diff --git a/etc/sh/rc b/etc/sh/rc index 88d5605..3bcbd5e 100644 --- a/etc/sh/rc +++ b/etc/sh/rc @@ -192,6 +192,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 l='ls -lahF --color' alias grep='grep --color=auto' -- cgit v1.2.3