template: `shfmt`
parent
68149f7c8d
commit
52cd75b27e
|
|
@ -20,6 +20,7 @@ aliases/
|
|||
docs/
|
||||
hooks/
|
||||
scripts/
|
||||
template/
|
||||
|
||||
# root files
|
||||
#
|
||||
|
|
|
|||
|
|
@ -2,8 +2,8 @@
|
|||
|
||||
# If not running interactively, don't do anything
|
||||
case $- in
|
||||
*i*) ;;
|
||||
*) return;;
|
||||
*i*) ;;
|
||||
*) return ;;
|
||||
esac
|
||||
|
||||
# Path to the bash it configuration
|
||||
|
|
|
|||
Loading…
Reference in New Issue