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
1
.config/fish/.gitignore
vendored
Normal file
1
.config/fish/.gitignore
vendored
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
work.fish
|
||||||
|
|
@ -16,6 +16,10 @@ if test -e $HOME/.asdf/asdf.fish
|
||||||
. ~/.asdf/asdf.fish
|
. ~/.asdf/asdf.fish
|
||||||
end
|
end
|
||||||
|
|
||||||
|
if test -e $HOME/.config/fish/work.fish
|
||||||
|
. ~/.config/fish/work.fish
|
||||||
|
end
|
||||||
|
|
||||||
. ~/.config/fish/fish_aliases.fish
|
. ~/.config/fish/fish_aliases.fish
|
||||||
|
|
||||||
# The next line updates PATH for the Google Cloud SDK.
|
# The next line updates PATH for the Google Cloud SDK.
|
||||||
|
|
|
||||||
1
.config/fish/functions/fish_right_prompt.fish
Normal file
1
.config/fish/functions/fish_right_prompt.fish
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
function fish_right_prompt; end
|
||||||
Loading…
Add table
Add a link
Reference in a new issue