diff options
| author | EuAndreh <eu@euandre.org> | 2022-10-27 22:55:20 -0300 |
|---|---|---|
| committer | EuAndreh <eu@euandre.org> | 2022-10-27 22:55:20 -0300 |
| commit | ee4f968985fbd80597cebdb5036cc1176a17383a (patch) | |
| tree | 89602c742cc1b1458b9f1bfb0bd8e768f88326d9 | |
| parent | bin/repos: Simplify, using the new vcs(1) (diff) | |
| download | dotfiles-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/rc | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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' |
