How about set ZSH as default shell?

This page summarizes the projects mentioned and recommended in the original post on /r/linuxquestions

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • ble.sh

    Bash Line Editor―a line editor written in pure Bash with syntax highlighting, auto suggestions, vim modes, etc. for Bash interactive sessions.

  • Maybe: https://github.com/akinomyoga/ble.sh/blob/master/README.md

  • nxes

    EHI fork of the es(1) shell

  • What value does that 10MB bring? 10MB in a vacuum is not a problem with modern storage capacities, but bash is already around 7MB larger than a shell needs to be to supply the benefits it does. Look at shells like ksh, rc, or es (or my own fork nxes) for great examples of significantly smaller shells. Hell, there's barely more utility in bash (~8.44MB) than in oksh (~374KB).

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • ShellCheck

    ShellCheck, a static analysis tool for shell scripts

  • I usually use https://www.shellcheck.net/ to help me with shell scripts...

  • ohmyzsh

    🙃 A delightful community-driven (with 2,300+ contributors) framework for managing your zsh configuration. Includes 300+ optional plugins (rails, git, macOS, 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.

  • The manpage clearly says that zsh modules (not plugins) are loadable from shared libraries. oh-my-zsh's plugins, on the other hand, are just functions and aliases sourced from scripts. See the code here.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Ask HN: A Bash guide for Posix programmers?

    1 project | news.ycombinator.com | 17 Dec 2023
  • Regex support to list modules in .cabal?

    1 project | /r/haskell | 4 Dec 2023
  • Shellcheck – finds bugs in your shell scripts

    1 project | news.ycombinator.com | 6 Oct 2023
  • Ask HN: How does one practice day to day shell scripting

    2 projects | news.ycombinator.com | 23 Sep 2023
  • ShellCheck: Static analysis tool for shell scripts

    1 project | news.ycombinator.com | 31 Aug 2023