Skip to content
#

prompt

Here are 619 public repositories matching this topic...

spaceship-prompt
knorr3
knorr3 commented Dec 21, 2020

This request is about improving the dir module.
It shortens the path, so the prompt is less cluttered.

Describe the solution you'd like

I want to shorten the pwd to be just like the zsh fishy theme or fish shell.

Implementation

Maybe one can adapt the current fishy solution:

local i pwd
pwd=("${(s:/:)PWD/#$HOME/~}")
if (( $#pwd > 1 )); then
  for i in {1..$(($#pwd-
xonsh
ScriptAutomate
ScriptAutomate commented Apr 25, 2021

Is your feature request related to a problem? Please describe.

When downloading binaries from a GitHub releases page, or downloads/release pages in general, there should be checksums available for reference.

Examples:

Both have a *.txt file for referenc

Improve this page

Add a description, image, and links to the prompt topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the prompt topic, visit your repo's landing page and select "manage topics."

Learn more