mirror of
https://github.com/drewcassidy/dotfiles
synced 2024-09-01 18:24:06 +00:00
customize fishline with my own fork of the project
This commit is contained in:
parent
b02ceef26e
commit
ddf6517e90
3
.gitmodules
vendored
3
.gitmodules
vendored
@ -4,3 +4,6 @@
|
||||
[submodule "fish/.config/fish/fishline"]
|
||||
path = fish/.config/fish/fishline
|
||||
url = https://github.com/0rax/fishline.git/
|
||||
[submodule "fishline"]
|
||||
path = fish/.config/fish/fishline
|
||||
url = https://github.com/drewcassidy/fishline
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit e7376c10bb0811795bd81275e22bfa8a9ea4cdd3
|
||||
Subproject commit bddf62a3237d5f011b4a844b2fa78473d653caff
|
3
fish/.config/fish/functions/fish_prompt.fish
Normal file
3
fish/.config/fish/functions/fish_prompt.fish
Normal file
@ -0,0 +1,3 @@
|
||||
function fish_prompt
|
||||
fishline -s $status USER PWD GIT ROOT
|
||||
end
|
Loading…
Reference in New Issue
Block a user