65685da8eca0

more
[view raw] [browse files]
author Steve Losh <steve@stevelosh.com>
date Fri, 13 Nov 2015 22:46:23 +0000
parents 1a09a1c137ff
children 502f0b2e82fe
branches/tags (none)
files fish/functions/histgrep.fish fish/functions/skim.fish fish/functions/thanks.fish

Changes

--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/fish/functions/histgrep.fish	Fri Nov 13 22:46:23 2015 +0000
@@ -0,0 +1,3 @@
+function histgrep -d "grep shell history because my brain is garbage"
+    history | grep $argv
+end
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/fish/functions/skim.fish	Fri Nov 13 22:46:23 2015 +0000
@@ -0,0 +1,3 @@
+function skim -d "Open file in Skim.app"
+    open -a Skim $argv
+end
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/fish/functions/thanks.fish	Fri Nov 13 22:46:23 2015 +0000
@@ -0,0 +1,3 @@
+function thanks
+    clear; and fcowlol 'Thanks!'
+end