/bash-program-template

Template for faster writing Bash scripts in Repl.it.

Primary LanguageShell

Bash program template

Description

Template for faster writing Bash scripts in Repl.it.

Notes

  • Nix packages:
  • Fisher packages:
  • Shell aliases:
    • Elvish:
      • edit:small-word-abbr['e'] = 'echo'
      • edit:small-word-abbr['pf'] = 'printf'
      • edit:small-word-abbr['i'] = 'if'
      • edit:small-word-abbr['w'] = 'while'
      • edit:small-word-abbr['f'] = 'for'
    • Bash:
      • Bash aliases will be added as soon as .bashrc config and others the same in the $HOME directory are not cleared at every page reload.