diff options
author | Franck Cuny <fcuny@twitter.com> | 2019-02-10 11:51:15 -0800 |
---|---|---|
committer | Franck Cuny <fcuny@twitter.com> | 2019-02-10 11:51:15 -0800 |
commit | faad224a2cead64d6aa14c6e098990546f66f658 (patch) | |
tree | 9de5604949b5dfc60ad39724a29d9acf2720b474 /bashrc | |
parent | [base] enable history; cleanup sourced files. (diff) | |
download | emacs.d-faad224a2cead64d6aa14c6e098990546f66f658.tar.gz |
[bash] Add a couple aliases.
Diffstat (limited to 'bashrc')
-rwxr-xr-x | bashrc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bashrc b/bashrc index 231a683..503293b 100755 --- a/bashrc +++ b/bashrc @@ -38,6 +38,7 @@ alias ll="ls -lh" alias lt="ls -lhtr" alias mv="mv -i" alias rm="rm -i" +alias add="arc diff --draft" alias smf1pending='curl -s https://aurora-smf1.twitter.biz/pendingtasks | jq .' alias atlapending='curl -s https://aurora-atla.twitter.biz/pendingtasks | jq .' |