aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2022-10-27 22:55:20 -0300
committerEuAndreh <eu@euandre.org>2022-10-27 22:55:20 -0300
commitee4f968985fbd80597cebdb5036cc1176a17383a (patch)
tree89602c742cc1b1458b9f1bfb0bd8e768f88326d9
parentbin/repos: Simplify, using the new vcs(1) (diff)
downloaddotfiles-ee4f968985fbd80597cebdb5036cc1176a17383a.tar.gz
dotfiles-ee4f968985fbd80597cebdb5036cc1176a17383a.tar.xz
etc/sh/rc: Refactor "s", "d" and "ds" aliases using the new vcs(1)
-rw-r--r--etc/sh/rc6
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/sh/rc b/etc/sh/rc
index 3c38de9..abb3994 100644
--- a/etc/sh/rc
+++ b/etc/sh/rc
@@ -116,9 +116,9 @@ 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 s='vcs status'
+alias d='vcs diff'
+alias ds='vcs diff -- --staged'
alias tpd='cd "$(mkdtemp)"'
alias l='ls -lahF --color'