right prompt to nil, ignore work configs
This commit is contained in:
parent
40cf47632b
commit
4eca2ee06a
3 changed files with 6 additions and 0 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue