This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
declare -A output sample=( | |
[id]="969AEF26-6D33-475A-982B-27EC880A2495" | |
[name]="some_name" | |
[prop]="property with spaces" | |
[level]="lower" | |
[production]="no" | |
[env]="staging" | |
) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
" VIM 8 defaults | |
unlet! skip_defaults_vim | |
silent! source $VIMRUNTIME/defaults.vim | |
set viminfo=%,<1000,'10,/50,:100,h,f0,n~/.vim/.viminfo | |
" β β β β β β β β°β viminfo file path | |
" β β β β β β β°ββββ file marks 0-9,A-Z 0=NOT stored | |
" β β β β β β°ββββββ disable 'hlsearch' loading viminfo | |
" β β β β β°βββββββββββ command-line history saved | |
" β β β β°βββββββββββββββ search history saved |