Skip to content

[MIRROR] A library with useful helper functions to improve your day-to-day work on your shell

License

Notifications You must be signed in to change notification settings

papanito/shell-helper-library

Repository files navigation

shell-helper-library

Gitlab issues Gitlab merge requests GitLab contributors GitLab

Contains a collection for useful functions and aliases.

Usage

zsh

Use a plugin-manager and load the plugin. I use ZI, hence I have this in my .zshrc

zi ice from"gitlab"
zi light papanito/shell-helper-library

bash

  1. Declare SHELL_HELPER_LIBRARY somewhere in your .bashrc or .zshrc

    export SHELL_HELPER_LIBRARY="$HOME\.shell-helper-library
  2. Clone this repo to $SHELL_HELPER_LIBRARY

    git clone https://gitlab.com/papanito/shell-helper-library $SHELL_HELPER_LIBRARY
  3. Load functions by adding this to .bashrc

    shell_helper=$SHELL_HELPER_LIBRARY/shell-helpers.plugin.bash
    if [ -f $shell_helper ]; then . $shell_helper ; fi

Content

About

[MIRROR] A library with useful helper functions to improve your day-to-day work on your shell

Topics

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages