spacemacs/layers/+lang/shell-scripts
2017-05-22 18:35:37 +03:00
..
img
config.el
funcs.el
packages.el Shell scripts: add new company-shell environment variable backend. 2017-05-19 11:12:22 +02:00
README.org update docs to the new toc-org format 2017-05-22 18:35:37 +03:00

Shell Scripts layer

/TakeV/spacemacs/media/commit/9a0cf70f7b5c72e616a54a11e184a2ffe93a8411/layers/+lang/shell-scripts/img/fish.png

Description

This simple layer adds support for shell scripting.

Supported scripting files:

Note: For Windows scripting see the layer windows-scripts

Features

Install

To use this configuration layer, add it to your ~/.spacemacs. You will need to add shell-scripts to the existing dotspacemacs-configuration-layers list in this file.

Linting

In order to enable sh scripts linting, install shellcheck.

Key Bindings

Key Binding Description
SPC i ! insert shebang in a script file
SPC m \ insert end-of-line backslashes to the lines in the region