aliases: add shellcheck headers

pull/2047/head
John D Pell 2022-01-16 13:15:16 -08:00
parent 604e5c5040
commit 27bfc966ac
39 changed files with 39 additions and 57 deletions

View File

@ -1,4 +1,4 @@
cite 'about-alias' # shellcheck shell=bash
about-alias 'the silver searcher (ag) aliases' about-alias 'the silver searcher (ag) aliases'
## Summary for args to less: ## Summary for args to less:

View File

@ -1,4 +1,4 @@
cite 'about-alias' # shellcheck shell=bash
about-alias 'ansible abbreviations' about-alias 'ansible abbreviations'
alias ans=ansible alias ans=ansible

View File

@ -1,4 +1,4 @@
cite 'about-alias' # shellcheck shell=bash
about-alias 'Atom.io editor abbreviations' about-alias 'Atom.io editor abbreviations'
alias a='atom' alias a='atom'

View File

@ -1,4 +1,4 @@
cite about-alias # shellcheck shell=bash
about-alias 'Aliases for the bash-it command (these aliases are automatically included with the "general" aliases)' about-alias 'Aliases for the bash-it command (these aliases are automatically included with the "general" aliases)'
# Common misspellings of bash-it # Common misspellings of bash-it

View File

@ -1,4 +1,4 @@
cite 'about-alias' # shellcheck shell=bash
about-alias 'puppet bolt aliases' about-alias 'puppet bolt aliases'
# Aliases # Aliases

View File

@ -1,4 +1,4 @@
cite 'about-alias' # shellcheck shell=bash
about-alias 'ruby bundler' about-alias 'ruby bundler'
# Bundler Commands # Bundler Commands

View File

@ -1,5 +1,4 @@
# shellcheck shell=bash # shellcheck shell=bash
cite 'about-alias'
about-alias 'xclip shortcuts' about-alias 'xclip shortcuts'
alias pbcopy="xclip -selection clipboard" alias pbcopy="xclip -selection clipboard"

View File

@ -1,4 +1,4 @@
cite 'about-alias' # shellcheck shell=bash
about-alias 'common composer abbreviations' about-alias 'common composer abbreviations'
# Aliases # Aliases

View File

@ -1,6 +1,4 @@
#!/bin/bash # shellcheck shell=bash
cite 'about-alias'
about-alias 'Curl aliases for convenience.' about-alias 'Curl aliases for convenience.'
# set apt aliases # set apt aliases

View File

@ -1,5 +1,4 @@
# shellcheck shell=bash # shellcheck shell=bash
cite 'about-alias'
about-alias 'dnf aliases for fedora 22+ distros' about-alias 'dnf aliases for fedora 22+ distros'
alias dnfl="dnf list" # List packages alias dnfl="dnf list" # List packages

View File

@ -1,4 +1,4 @@
cite 'about-alias' # shellcheck shell=bash
about-alias 'docker-compose abbreviations' about-alias 'docker-compose abbreviations'
alias dco="docker-compose" alias dco="docker-compose"

View File

@ -1,4 +1,4 @@
cite 'about-alias' # shellcheck shell=bash
about-alias 'emacs editor' about-alias 'emacs editor'
case $OSTYPE in case $OSTYPE in

View File

@ -1,4 +1,4 @@
cite 'about-alias' # shellcheck shell=bash
about-alias 'fuck/please to retry last command with sudo' about-alias 'fuck/please to retry last command with sudo'
# Play nicely with 'thefuck' plugin # Play nicely with 'thefuck' plugin

View File

@ -1,5 +1,4 @@
# shellcheck shell=bash # shellcheck shell=bash
cite 'about-alias'
about-alias 'common git abbreviations' about-alias 'common git abbreviations'
alias g='git' alias g='git'

View File

@ -1,4 +1,4 @@
cite 'about-alias' # shellcheck shell=bash
about-alias 'common git-svn abbreviations' about-alias 'common git-svn abbreviations'
# Aliases # Aliases

View File

@ -1,4 +1,4 @@
cite 'about-alias' # shellcheck shell=bash
about-alias 'heroku task abbreviations' about-alias 'heroku task abbreviations'
# heroku # heroku

View File

@ -1,4 +1,4 @@
cite 'about-alias' # shellcheck shell=bash
about-alias 'mercurial abbreviations' about-alias 'mercurial abbreviations'
alias hs='hg status' alias hs='hg status'

View File

@ -1,7 +1,5 @@
# Some aliases for Homebrew Cask # shellcheck shell=bash
about-alias 'Some aliases for Homebrew Cask'
cite 'about-alias'
about-alias 'homebrew-cask abbreviations'
alias bcin='brew cask install' alias bcin='brew cask install'
alias bcrm='brew cask uninstall' alias bcrm='brew cask uninstall'

View File

@ -1,7 +1,5 @@
# Some aliases for Homebrew # shellcheck shell=bash
about-alias 'Some aliases for Homebrew'
cite 'about-alias'
about-alias 'homebrew abbreviations'
alias bup='brew update && brew upgrade' alias bup='brew update && brew upgrade'
alias bout='brew outdated' alias bout='brew outdated'

View File

@ -1,4 +1,4 @@
cite 'about-alias' # shellcheck shell=bash
about-alias 'jitsu task abbreviations' about-alias 'jitsu task abbreviations'
# jitsu # jitsu

View File

@ -1,8 +1,4 @@
#!/bin/bash # shellcheck shell=bash
#
# -binaryanomaly
cite 'about-alias'
about-alias 'kubectl aliases' about-alias 'kubectl aliases'
function _set_pkg_aliases() { function _set_pkg_aliases() {

View File

@ -1,4 +1,4 @@
cite 'about-alias' # shellcheck shell=bash
about-alias 'maven abbreviations' about-alias 'maven abbreviations'
alias mci='mvn clean install' alias mci='mvn clean install'

View File

@ -1,4 +1,4 @@
cite 'about-alias' # shellcheck shell=bash
about-alias 'the Node.js environment aliases' about-alias 'the Node.js environment aliases'
# alias to setup nodejs development environment # alias to setup nodejs development environment

View File

@ -1,4 +1,4 @@
cite 'about-alias' # shellcheck shell=bash
about-alias 'common npm abbreviations' about-alias 'common npm abbreviations'
# Aliases # Aliases

View File

@ -1,4 +1,4 @@
cite 'about-alias' # shellcheck shell=bash
about-alias 'phoenix abbreviations' about-alias 'phoenix abbreviations'
# Phoenix Commands # Phoenix Commands

View File

@ -1,4 +1,4 @@
cite 'about-alias' # shellcheck shell=bash
about-alias 'puppet aliases' about-alias 'puppet aliases'
# Aliases # Aliases

View File

@ -1,4 +1,4 @@
cite 'about-alias' # shellcheck shell=bash
about-alias 'pyrocms abbreviations' about-alias 'pyrocms abbreviations'
### ###

View File

@ -1,4 +1,4 @@
cite 'about-alias' # shellcheck shell=bash
about-alias 'rails abbreviations' about-alias 'rails abbreviations'
# Rails Commands # Rails Commands

View File

@ -1,4 +1,4 @@
cite 'about-alias' # shellcheck shell=bash
about-alias 'common svn abbreviations' about-alias 'common svn abbreviations'
# Aliases # Aliases

View File

@ -1,4 +1,4 @@
cite 'about-alias' # shellcheck shell=bash
about-alias 'systemd service' about-alias 'systemd service'
case $OSTYPE in case $OSTYPE in

View File

@ -1,7 +1,5 @@
# Aliases for Terraform and Terragrunt # shellcheck shell=bash
about-alias 'Aliases for Terraform and Terragrunt'
cite 'about-alias'
about-alias 'Terraform abbreviations'
alias tf='terraform' alias tf='terraform'
alias tfv='terraform validate' alias tfv='terraform validate'

View File

@ -1,7 +1,5 @@
# Aliases for Terraform and Terragrunt # shellcheck shell=bash
about-alias 'Aliases for Terraform and Terragrunt'
cite 'about-alias'
about-alias 'Terragrunt abbreviations'
alias tg='terragrunt' alias tg='terragrunt'
alias tgv='terragrunt validate' alias tgv='terragrunt validate'

View File

@ -1,4 +1,4 @@
cite 'about-alias' # shellcheck shell=bash
about-alias 'textmate abbreviations' about-alias 'textmate abbreviations'
case $OSTYPE in case $OSTYPE in

View File

@ -1,4 +1,4 @@
cite 'about-alias' # shellcheck shell=bash
about-alias 'Tmux terminal multiplexer' about-alias 'Tmux terminal multiplexer'
alias txl='tmux ls' alias txl='tmux ls'

View File

@ -1,4 +1,4 @@
cite 'uuid-alias' # shellcheck shell=bash
about-alias 'uuidgen aliases' about-alias 'uuidgen aliases'
if _command_exists uuid; then # Linux if _command_exists uuid; then # Linux

View File

@ -1,4 +1,4 @@
cite 'about-alias' # shellcheck shell=bash
about-alias 'vagrant aliases' about-alias 'vagrant aliases'
# Aliases # Aliases

View File

@ -1,4 +1,4 @@
cite 'about-alias' # shellcheck shell=bash
about-alias 'vault aliases' about-alias 'vault aliases'
# Aliases # Aliases

View File

@ -1,5 +1,4 @@
# shellcheck shell=bash # shellcheck shell=bash
cite 'about-alias'
about-alias 'vim abbreviations' about-alias 'vim abbreviations'
_command_exists vim || return _command_exists vim || return

View File

@ -1,4 +1,4 @@
cite 'about-alias' # shellcheck shell=bash
about-alias 'yarn package manager aliases' about-alias 'yarn package manager aliases'
# Aliases # Aliases