diff options
author | EuAndreh <eu@euandre.org> | 2022-10-28 09:21:51 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2022-10-28 09:21:51 -0300 |
commit | 383021cf31f61220f758d1d628945d549e471c92 (patch) | |
tree | 5eaab4e4201cedc75a4bb76959822c5605f987d2 | |
parent | etc/mailcfg: Remove the committed symlink (diff) | |
download | dotfiles-383021cf31f61220f758d1d628945d549e471c92.tar.gz dotfiles-383021cf31f61220f758d1d628945d549e471c92.tar.xz |
bin/vcs: Add fossil_status()
-rwxr-xr-x | bin/vcs | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -57,6 +57,10 @@ git_status() { git status "$@" } +fossil_status() { + fossil status "$@" +} + git_diff() { git diff "$@" } |