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