aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2023-08-30 12:56:52 -0300
committerEuAndreh <eu@euandre.org>2023-08-30 12:56:52 -0300
commit6e2520635a18f9543c2390587fe3aaa6107046ed (patch)
treeb95f7fa9f9943fe383581b5c3f0182197a467e7b
parentetc/sh/rc: Enable autoindent in $EXINIT (diff)
downloaddotfiles-6e2520635a18f9543c2390587fe3aaa6107046ed.tar.gz
dotfiles-6e2520635a18f9543c2390587fe3aaa6107046ed.tar.xz
etc/sh/rc: Rename clear terminal alias "c" -> "cls"
-rw-r--r--etc/sh/rc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/sh/rc b/etc/sh/rc
index 4f20582..92ef82e 100644
--- a/etc/sh/rc
+++ b/etc/sh/rc
@@ -159,13 +159,13 @@ PATH="/run/setuid-programs:$XDG_PREFIX/bin:$PREFIX/bin:$PATH"
unalias -a
alias p='ping euandre.org -c 3'
-alias c='tmux send-keys -R \; clear-history'
alias o='open'
alias mm='msmtp-queue -r'
alias s='vcs status'
alias d='vcs diff'
alias ds='vcs diff -- --staged'
alias tpd='cd "$(mkdtemp)"'
+alias cls='tmux send-keys -R \; clear-history'
alias l='ls -lahF --color'
alias grep='grep --color=auto'