fish scripts

This commit is contained in:
Tyrel Souza 2023-01-02 13:36:27 -05:00
parent 5c17826418
commit fa0e5d9bf7
1 changed files with 9 additions and 0 deletions

View File

@ -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