mirror of
https://github.com/starship/starship.git
synced 2026-06-22 02:02:12 +07:00
Add fish_prompt
This commit is contained in:
+1
-1
@@ -13,7 +13,7 @@ use clap::{App, Arg};
|
||||
|
||||
fn main() {
|
||||
let args = App::new("Starship")
|
||||
.about("The cross-platform prompt for astronauts. ✨🚀")
|
||||
.about("The cross-shell prompt for astronauts. ✨🚀")
|
||||
// pull the version number from Cargo.toml
|
||||
.version(crate_version!())
|
||||
// pull the authors from Cargo.toml
|
||||
|
||||
+1
-1
@@ -42,7 +42,7 @@ impl Segment {
|
||||
}
|
||||
|
||||
/// Sets the style of the segment
|
||||
///
|
||||
///
|
||||
/// Accepts either `Color` or `Style`.
|
||||
pub fn set_style<T>(&mut self, style: T) -> &mut Segment
|
||||
where
|
||||
|
||||
Reference in New Issue
Block a user