GitLab system status is available
here
and
here
Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Kabir Kwatra
DotFiles
Commits
11e1448f
Commit
11e1448f
authored
Nov 11, 2021
by
Kabir Kwatra
☄
Browse files
feat(prompt):
✨
Add starship prompt config
parent
21114ee3
Changes
2
Hide whitespace changes
Inline
Side-by-side
conf.d/starship_init.fish
View file @
11e1448f
#!/usr/bin/env fish
if command -qs starship
set -gx STARSHIP_CONFIG $HOME/.config/fish/starship.toml
starship init fish | source
end
starship.toml
0 → 100644
View file @
11e1448f
format
=
"""
╭─$all
\
"""
[line_break]
disabled
=
true
[character]
format
=
"
\n
╰─$symbol "
success_symbol
=
"[❯](bold green)"
error_symbol
=
"[❯](bold red)"
vicmd_symbol
=
"[❮](bold green)"
[username]
format
=
"[$user]($style)@"
show_always
=
true
style_user
=
'#DF005F'
[hostname]
format
=
"[$hostname]($style)::"
ssh_only
=
false
[directory]
style
=
'#87FF00'
truncation_symbol
=
"…/"
[gcloud]
disabled
=
true
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment