changeset 695:9d3b030696fa

STUB: .bashrc
author Jeff Hammel <k0scist@gmail.com>
date Thu, 10 Jul 2014 10:07:19 -0700
parents ebca6d85213a
children 3fb348ed57a9
files .bashrc
diffstat 1 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/.bashrc	Wed Jul 09 16:26:49 2014 -0700
+++ b/.bashrc	Thu Jul 10 10:07:19 2014 -0700
@@ -73,6 +73,11 @@
 
 ### functions
 
+gplot() {
+
+gnuplot -persist <(echo plot '"'$1'"')
+}
+
 lspath() {
 python -c 'import os; print ("\n".join(os.environ["PATH"].split(os.path.pathsep)))'
 }