right prompt to nil, ignore work configs

This commit is contained in:
Barak Michener 2024-01-09 13:20:23 -08:00 committed by Barak Michener
parent 40cf47632b
commit 4eca2ee06a
3 changed files with 6 additions and 0 deletions

1
.config/fish/.gitignore vendored Normal file
View file

@ -0,0 +1 @@
work.fish

View file

@ -16,6 +16,10 @@ if test -e $HOME/.asdf/asdf.fish
. ~/.asdf/asdf.fish
end
if test -e $HOME/.config/fish/work.fish
. ~/.config/fish/work.fish
end
. ~/.config/fish/fish_aliases.fish
# The next line updates PATH for the Google Cloud SDK.

View file

@ -0,0 +1 @@
function fish_right_prompt; end