Add 'shellcheck=bash' and editor hints to bash config/aliases
parent
7149917762
commit
d576a3f8e7
|
@ -1,3 +1,4 @@
|
|||
# shellcheck shell=bash
|
||||
# vim: set ft=bash :
|
||||
|
||||
# Alias aliases
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
# shellcheck shell=bash
|
||||
# vim: set ft=bash :
|
||||
|
||||
reboot-to-windows ()
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
# shellcheck shell=bash
|
||||
# vim: set ft=bash :
|
||||
|
||||
source "$HOME/.bash_aliases/dualboot"
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
# shellcheck shell=bash
|
||||
# vim: set ft=bash :
|
||||
|
||||
# Set NeoVim as default editor
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
# Laptop configuration
|
||||
# shellcheck shell=bash
|
||||
# vim: set ft=bash :
|
||||
|
||||
# >>> mamba initialize >>>
|
||||
# !! Contents within this block are managed by 'mamba init' !!
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
# shellcheck shell=bash
|
||||
# vim: set ft=bash :
|
||||
|
||||
get_branch_name() {
|
||||
git symbolic-ref --quiet --short HEAD 2>/dev/null \
|
||||
|| git rev-parse --short HEAD 2>/dev/null \
|
||||
|
|
Loading…
Reference in New Issue