aboutsummaryrefslogtreecommitdiff
path: root/fish/config.fish
diff options
context:
space:
mode:
Diffstat (limited to 'fish/config.fish')
-rw-r--r--fish/config.fish5
1 files changed, 5 insertions, 0 deletions
diff --git a/fish/config.fish b/fish/config.fish
new file mode 100644
index 000000000..25169ec4e
--- /dev/null
+++ b/fish/config.fish
@@ -0,0 +1,5 @@
+if status is-interactive
+ # Commands to run in interactive sessions can go here
+end
+
+alias open_file='fzf --preview "less {}" | xargs -o vim'