From d2bb80b026b5bc33bf84e0fe8c1bf8a72158dc79 Mon Sep 17 00:00:00 2001 From: Ryan Kes Date: Wed, 19 Feb 2020 15:50:38 +0100 Subject: [PATCH] Added alias for bat --- fish/.config/omf/init.fish | 3 +++ 1 file changed, 3 insertions(+) diff --git a/fish/.config/omf/init.fish b/fish/.config/omf/init.fish index 0a0a1ba..fd7f4a5 100644 --- a/fish/.config/omf/init.fish +++ b/fish/.config/omf/init.fish @@ -43,6 +43,9 @@ alias vifm="vifmrun" # git alaises alias gpoat="git push origin --all && git push origin --tags" +# bat +alias bat="batcat" + # Set fzf keybindings here for now as they don't work with stable version of omf https://github.com/jethrokuan/fzf/issues/109 bind \co '__fzf_find_file' bind \cr '__fzf_reverse_isearch'