aboutsummaryrefslogtreecommitdiffhomepage
path: root/share/functions/open.fish
diff options
context:
space:
mode:
authorGravatar Nicholas Maccharoli <nmaccharoli@gmail.com>2015-08-03 01:52:52 +0900
committerGravatar ridiculousfish <corydoras@ridiculousfish.com>2015-08-08 11:22:44 -0700
commitf6ab0b4d0775bd48ca10ca7f75522dfbd4fde175 (patch)
tree6b8ed132f1eb741edc39bc45e23245d7f5e64b9f /share/functions/open.fish
parentbc8a34f8dfdba8a98c1ab342dcb41b9b887058c0 (diff)
Making spacing of .fish files uniform.
Diffstat (limited to 'share/functions/open.fish')
-rw-r--r--share/functions/open.fish2
1 files changed, 0 insertions, 2 deletions
diff --git a/share/functions/open.fish b/share/functions/open.fish
index 7a9b1e39..533b3df1 100644
--- a/share/functions/open.fish
+++ b/share/functions/open.fish
@@ -1,4 +1,3 @@
-
#
# This allows us to use 'open FILENAME' to open a given file in the default
# application for the file.
@@ -27,4 +26,3 @@ if not test (uname) = Darwin
end
end
end
-