diff options
| author | Zach DeCook <zach.decook@bettercarpeople.com> | 2025-10-16 08:49:22 -0400 |
|---|---|---|
| committer | Zach DeCook <zach.decook@bettercarpeople.com> | 2025-10-16 08:49:22 -0400 |
| commit | a20d085cc53ee21d5a52ae215788cedd6d0fb44c (patch) | |
| tree | 6512ccc8b5bfc8bf3e27677a37e51cc0f75895a8 /.bash_aliases | |
| parent | d533ae56a13adc13aed6dedbc1f631cef58ca7e6 (diff) | |
| download | dotfiles-bcp.tar.gz | |
update dots bcp
Diffstat (limited to '.bash_aliases')
| -rw-r--r-- | .bash_aliases | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/.bash_aliases b/.bash_aliases index 263db80..eb9f081 100644 --- a/.bash_aliases +++ b/.bash_aliases @@ -1,3 +1,16 @@ +# basic stuff +alias mgm='micro $(git diff HEAD --relative | diff-so-fancy | grep "@.*@" | cut -d" " -f2 | grep -v "^$" | grep -v "*" | uniq:)' + +# micro git staged +#alias mgs='micro $(git diff HEAD --staged --relative | diff-so-fancy | grep "@.*@" | cut -d" " -f2 | grep -v "^$" | grep -v "*" | uniq:)' + +# Typos +alias mimcro='micro' +alias micmro='micro' + +## dgs +alias mycli_admin='mycli --defaults-group-suffix=_admin' + alias y2j='/usr/bin/python3 -c "import json,sys; from ruamel.yaml import YAML; yaml=YAML(); print(json.dumps(yaml.load(sys.stdin)))"' alias irc-s='env PATH=.:$PATH irc-slack -H 0.0.0.0 -s wl.zachdecook.com' alias gitb="git branch | grep '^*' | cut -d' ' -f2" |
