commit ddd089b5680f78e76aab4ea29c2b15f8c0ac0f75
parent aa51e96ea1be11b4c7741a6464d953198eadf9a6
Author: William Casarin <jb55@jb55.com>
Date: Wed, 4 Nov 2020 11:28:18 -0800
pcsvt: remove zebra until we have it in our system pkgs
and I don't think it's right in this position
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dotfiles/.bash_aliases b/dotfiles/.bash_aliases
@@ -139,7 +139,7 @@ pcsv () {
}
pcsvt () {
- zebra | columnt "$@" | cat -n | less -R -S
+ columnt "$@" | cat -n | less -R -S
}
header() {