diff --git a/.config/guix/manifests/console.scm b/.config/guix/manifests/console.scm index ca24d4f..537f8f8 100644 --- a/.config/guix/manifests/console.scm +++ b/.config/guix/manifests/console.scm @@ -22,7 +22,7 @@ "xclip" "python-tmuxp" "tmux" - "rust-starship" + "starship-bin" "nushell-bin" "dt-colorscripts" "fish" diff --git a/Console.org b/Console.org index 6b3e27d..ee57228 100644 --- a/Console.org +++ b/Console.org @@ -522,49 +522,10 @@ direnv hook fish | source A structured shell. I don't use it as of now, but perhaps one day. -Set starship prompt -#+begin_src conf-toml :noweb yes -startup = [ - <>, - "mkdir ~/.cache/starship", - "starship init nu | save ~/.cache/starship/init.nu", - "source ~/.cache/starship/init.nu", -] -prompt = "starship_prompt" -#+end_src - -Skip welcome message -#+begin_src conf-toml -skip_welcome_message = true -#+end_src - -Set table mode -#+begin_src conf-toml -table_mode = "rounded" -#+end_src - -Aliases -#+begin_src conf-toml :tangle no :noweb-ref nu-aliases -"alias ll = ls -l", -"alias c = clear", -"alias q = exit" -#+end_src - -Colors -#+begin_src conf-toml -[color_config] -primitive_filesize="ub" -primitive_boolean="yu" -primitive_duration="g" -primitive_path="y" -primitive_date="r" -primitive_int="c" -primitive_decimal="c" -#+end_src * Starship prompt | Guix dependency | Description | |-----------------+---------------------| -| rust-starship | my prompt of choice | +| starship-bin | my prompt of choice | [[https://starship.rs/][Starship]] is a nice cross-shell prompt, written in Rust.