From ee4f968985fbd80597cebdb5036cc1176a17383a Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Thu, 27 Oct 2022 22:55:20 -0300 Subject: etc/sh/rc: Refactor "s", "d" and "ds" aliases using the new vcs(1) --- etc/sh/rc | 6 +++--- 1 file 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' -- cgit v1.2.3