The Wayback Machine - https://web.archive.org/web/20210618071152/https://github.com/topics/shell
Skip to content
#

Shell

A shell is a text-based terminal, used for manipulating programs and files. Shell scripts typically manage program execution.

Here are 12,046 public repositories matching this topic...

ohmyzsh

🙃 A delightful community-driven (with 1800+ contributors) framework for managing your zsh configuration. Includes 300+ optional plugins (rails, git, OSX, hub, docker, homebrew, node, php, python, etc), 140+ themes to spice up your morning, and an auto-update tool so that makes it easy to keep up with the latest updates from the community.
  • Updated Jun 17, 2021
  • Shell
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-
aborruso
aborruso commented May 24, 2021

If I run trim

echo [[Column1]; ["  Value1   a lot of spaces  "] [Value3]] | str trim

it trims only "wrong" withe spaced at the beginning and at the end

───┬──────────────────────────
 # │         Column1
───┼──────────────────────────
 0 │ Value1   a lot of spaces
 1 │ Value3
───┴──────────────────────────

It it would be great a complete white spaces cleaning

mcarans
mcarans commented Jun 8, 2021

When I ran bash-it update stable, I got:

Would you like to update to v2.1.3(ebe59c9)? [Y/n] Y
Error updating Bash-it, please, check if your Bash-it installation folder (/home/mcarans/.bash_it) is clean.

Presumably if I empty the .bash_it folder, all my settings will disappear?

How do I update and keep my settings?

Sorry if it's obvious, but I looked here: https://bash-it.r

onehungrygeek
onehungrygeek commented Jan 6, 2019

Thanks a ton for any helpful feedback

I need help with getting best quality GIFs.

I am not used to CSS syntax so it would be amazing if you add a lot of example config.yml files. Also, try adding config.yml files for the GIFs you are displaying in your README.md. They look fantastic. I have spent hours trying to get perfect GIF but no luck.

I don't know what value to give for shadow

Stratus3D
Stratus3D commented Feb 10, 2019

Steps to reproduce

Run asdf. In help output a line is printed for the asdf env command:

asdf env <command> [executable]      Prints or runs an executable under a command environment

I would assume <command> is an arbitrary command. But from what I can tell needs to be a plugin name or a shim name? I'm also not sure how this differs from executing the shim directly.

FY

Created by Glenda Schroeder

Released 1965

Wikipedia
Wikipedia

Related Topics

bash