From 432f0f9cf106b53db467ba5c041c8c1c9effe22a Mon Sep 17 00:00:00 2001 From: Michiel Scholten Date: Fri, 22 Apr 2016 14:17:25 +0200 Subject: [PATCH] Fish/Fisherman plugins; grc colouriser options --- .config/fish/config.fish | 3 +++ .config/fish/fishfile | 4 ++++ 2 files changed, 7 insertions(+) create mode 100644 .config/fish/fishfile diff --git a/.config/fish/config.fish b/.config/fish/config.fish index 66fc482..992a2ad 100644 --- a/.config/fish/config.fish +++ b/.config/fish/config.fish @@ -5,6 +5,9 @@ eval (python -m virtualfish compat_aliases) set -g theme_show_exit_status yes set -g theme_date_format "+%a %Y-%m-%d %H:%M:%S" +# grc colouriser +set -U grcplugin_ls --color + # PATH ## If the private dotfiles repo is installed, we'd like to use its scripts too if test -x ~/.dot/privdotfiles/bin diff --git a/.config/fish/fishfile b/.config/fish/fishfile new file mode 100644 index 0000000..a113efa --- /dev/null +++ b/.config/fish/fishfile @@ -0,0 +1,4 @@ +fisherman/bobthefish +fisherman/getopts +oh-my-fish/plugin-grc +fisherman/shark