From a62114c91f2070c8c8453d117f3d81dc113e41ff Mon Sep 17 00:00:00 2001 From: Biswakalyan Bhuyan Date: Mon, 25 Mar 2024 16:43:09 +0530 Subject: dotfile update --- zsh/oh-my-zsh/plugins/mercurial/README.md | 69 ------------ .../plugins/mercurial/mercurial.plugin.zsh | 118 --------------------- 2 files changed, 187 deletions(-) delete mode 100644 zsh/oh-my-zsh/plugins/mercurial/README.md delete mode 100644 zsh/oh-my-zsh/plugins/mercurial/mercurial.plugin.zsh (limited to 'zsh/oh-my-zsh/plugins/mercurial') diff --git a/zsh/oh-my-zsh/plugins/mercurial/README.md b/zsh/oh-my-zsh/plugins/mercurial/README.md deleted file mode 100644 index 19d4a17..0000000 --- a/zsh/oh-my-zsh/plugins/mercurial/README.md +++ /dev/null @@ -1,69 +0,0 @@ -# Mercurial plugin - -This plugin adds some handy aliases for using Mercurial as well as a few -utility and prompt functions that can be used in a theme. - -To use it, add `mercurial` to the plugins array in your zshrc file: - -```zsh -plugins=(... mercurial) -``` - -## Aliases - -| Alias | Command | -| ------- | ------------------------------------------- | -| `hga` | `hg add` | -| `hgc` | `hg commit` | -| `hgca` | `hg commit --amend` | -| `hgci` | `hg commit --interactive` | -| `hgb` | `hg branch` | -| `hgba` | `hg branches` | -| `hgbk` | `hg bookmarks` | -| `hgco` | `hg checkout` | -| `hgd` | `hg diff` | -| `hged` | `hg diffmerge` | -| `hgp` | `hg push` | -| `hgs` | `hg status` | -| `hgsl` | `hg log --limit 20 --template "