dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit 97a9c020b07fffe2d908c4908e56fcc0da8d0134
parent 296324a653a1da3e95f0d39acb6bb5902b38fceb
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Thu, 23 Apr 2020 14:21:07 +0200

Rename tsplit() to ts()

Diffstat:
M.profile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.profile b/.profile @@ -106,7 +106,7 @@ alias date-uk='TZ=Europe/London date' alias date-israel='TZ=Israel date' alias now="plumb https://imgs.xkcd.com/comics/now.png" -tsplit() { +ts() { if [ -z "$TMUX" ]; then echo "error: not in tmux session" >&2 return 1