From 6299a92545886d9eb1b96ba3c176b1c473012950 Mon Sep 17 00:00:00 2001 From: Jonathan Hodgson Date: Wed, 7 Jun 2017 17:06:40 +0100 Subject: [PATCH] Add jq alias --- bashrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bashrc b/bashrc index a225c659..1b0f8f01 100644 --- a/bashrc +++ b/bashrc @@ -192,6 +192,8 @@ alias absolute="$AUDIO http://network.absoluteradio.co.uk/core/audio/mp3/live.pl alias bs="curl -s http://cbsg.sourceforge.net/cgi-bin/live | grep -Eo '^
  • .*
  • ' | sed s,\\,,g | shuf -n 1 | cowsay" +alias jq="jq -C" + #Old ps1 #PS1='[\u@\h \W]\$ '