mirror of
https://github.com/nikdoof/dotfiles.git
synced 2026-01-29 18:38:15 +00:00
[shell-common] Add shellcheck lines for all shell files
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
# shellcheck shell=zsh
|
||||
# History
|
||||
mkdir -p "${XDG_STATE_HOME}/zsh"
|
||||
HISTFILE="${XDG_STATE_HOME}/zsh/history"
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
# shellcheck shell=zsh
|
||||
# Zsh specific aliases
|
||||
# Mostly suffix and global aliases
|
||||
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
# shellcheck shell=zsh
|
||||
fpath+=($XDG_CONFIG_HOME/zsh/completions)
|
||||
|
||||
autoload -Uz compinit
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
# shellcheck shell=zsh
|
||||
# Source shell common
|
||||
for f in ~/.config/shell-common/*.sh; do
|
||||
source $f
|
||||
|
||||
Reference in New Issue
Block a user