" sort by modification time newest last, verbose, human-readable sizes
" sort by name, display in rows - default after cd, append indicators
" sort by extension, display in rows, append indicators
" sort by name, display in comma-separated list
removed conda footprint
PS1='\W\$'
wrapped in debug tags
restricted all settings to interactive shell
added two new bash functions
cd () {
command cd "$1" && clear && pwd && lsd
}
mkdir () {
command mkdir "$1" && cd "$1"
}
new plugins
see documentation at roam-thenorili-[[Vim]]
M-d = 2020Jan31
M-D = 2020-0131-1818
added color options for default font size
added nocolor options for default and small sizes
fixed broken site-dev layout
changed second small window to run 'git diff' on startup