1
0
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:
Andrew Cassidy 2017-12-04 16:05:31 -08:00
parent b02ceef26e
commit ddf6517e90
No known key found for this signature in database
GPG Key ID: 963017B38FD477A1
3 changed files with 7 additions and 1 deletions

3
.gitmodules vendored
View File

@ -4,3 +4,6 @@
[submodule "fish/.config/fish/fishline"] [submodule "fish/.config/fish/fishline"]
path = fish/.config/fish/fishline path = fish/.config/fish/fishline
url = https://github.com/0rax/fishline.git/ 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

View File

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