diff options
| author | EuAndreh <eu@euandre.org> | 2023-12-28 11:29:25 -0300 |
|---|---|---|
| committer | EuAndreh <eu@euandre.org> | 2023-12-28 11:29:25 -0300 |
| commit | c09cabb3924b6be5fa7a241689aa42977af06aa6 (patch) | |
| tree | db5dcc07c48734e47c2bfe54c419e4876ae13d6d /etc/sh/rc | |
| parent | rm etc/nix/configuration.nix: retire usurpador (diff) | |
| download | dotfiles-c09cabb3924b6be5fa7a241689aa42977af06aa6.tar.gz dotfiles-c09cabb3924b6be5fa7a241689aa42977af06aa6.tar.xz | |
etc/sh/rc: Add "c" alias
Diffstat (limited to 'etc/sh/rc')
| -rw-r--r-- | etc/sh/rc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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' |
