From fa0e5d9bf732b57e3ff527945601eaa10aac24f7 Mon Sep 17 00:00:00 2001 From: Tyrel Souza Date: Mon, 2 Jan 2023 13:36:27 -0500 Subject: [PATCH] fish scripts --- home/config/fish/config.fish | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/home/config/fish/config.fish b/home/config/fish/config.fish index d714361..c26bb15 100644 --- a/home/config/fish/config.fish +++ b/home/config/fish/config.fish @@ -1,3 +1,12 @@ if status is-interactive # Commands to run in interactive sessions can go here + + # Commands to run in interactive sessions can go here + + set --universal hydro_color_pwd green + set --universal hydro_color_git red + + source ~/.config/fish/shell_funcs.fish + source ~/.config/fish/shell_aliases.fish + source ~/.config/fish/everquote.fish end