diff options
author | Franck Cuny <fcuny@twitter.com> | 2019-04-08 08:42:06 -0700 |
---|---|---|
committer | Franck Cuny <fcuny@twitter.com> | 2019-04-08 08:42:06 -0700 |
commit | 2b897499bf438d7aadd78b334f0030d3cbe5a9ab (patch) | |
tree | 73026d02a2a574bed9d70a2ebffbd0c67edfbbd7 /bashrc | |
parent | [emacs] Back to using org-mode. (diff) | |
download | emacs.d-2b897499bf438d7aadd78b334f0030d3cbe5a9ab.tar.gz |
[tmux] A few more changes.
Diffstat (limited to '')
-rwxr-xr-x | bashrc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bashrc b/bashrc index 503293b..e73f17d 100755 --- a/bashrc +++ b/bashrc @@ -39,6 +39,7 @@ alias lt="ls -lhtr" alias mv="mv -i" alias rm="rm -i" alias add="arc diff --draft" +alias tma="tmux attach || tmux" alias smf1pending='curl -s https://aurora-smf1.twitter.biz/pendingtasks | jq .' alias atlapending='curl -s https://aurora-atla.twitter.biz/pendingtasks | jq .' |