customize fishline with my own fork of the project

linux
Andrew Cassidy 6 years ago
parent b02ceef26e
commit ddf6517e90
No known key found for this signature in database
GPG Key ID: 963017B38FD477A1

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

@ -0,0 +1,3 @@
function fish_prompt
fishline -s $status USER PWD GIT ROOT
end
Loading…
Cancel
Save