From d2bb80b026b5bc33bf84e0fe8c1bf8a72158dc79 Mon Sep 17 00:00:00 2001 From: Ryan Kes Date: Wed, 19 Feb 2020 15:50:38 +0100 Subject: [PATCH 1/2] 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' From c213a9ac3331ee93434b9413026e31ef5b2432ca Mon Sep 17 00:00:00 2001 From: Ryan Kes Date: Wed, 19 Feb 2020 15:51:33 +0100 Subject: [PATCH 2/2] updated readme --- README.org | 1 + 1 file changed, 1 insertion(+) diff --git a/README.org b/README.org index 99f3edf..be72a6f 100644 --- a/README.org +++ b/README.org @@ -38,6 +38,7 @@ A repository of my personal server configuration files. - [[http://www.gnu.org/software/stow/][stow]] * Applications +- [[https://github.com/sharkdp/bat][bat]] - [[https://github.com/alacritty/alacritty][alacritty]] - [[https://the.exa.website/][exa]] - [[https://git-scm.com/][git]]