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'
## Summary for args to less:

View File

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

View File

@ -1,4 +1,4 @@
cite 'about-alias'
# shellcheck shell=bash
about-alias 'Atom.io editor abbreviations'
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)'
# Common misspellings of bash-it

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -1,4 +1,4 @@
cite 'about-alias'
# shellcheck shell=bash
about-alias 'emacs editor'
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'
# Play nicely with 'thefuck' plugin

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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