MAINT: minor updates
This commit is contained in:
parent
f9a89bcd15
commit
aa2b92a55a
3 changed files with 61 additions and 32 deletions
|
@ -21,14 +21,12 @@ font:
|
|||
family: Anonymous Pro
|
||||
size: 12.0
|
||||
offset:
|
||||
x: -0.7
|
||||
x: 0
|
||||
y: 0
|
||||
glyph_offset:
|
||||
x: 0
|
||||
y: 0
|
||||
scale_with_dpi: false
|
||||
render_timer: false
|
||||
custom_cursor_colors: false
|
||||
draw_bold_text_with_bright_colors: true
|
||||
|
||||
#### Unmodified from here down:
|
||||
|
@ -167,20 +165,6 @@ selection:
|
|||
|
||||
dynamic_title: true
|
||||
|
||||
hide_cursor_when_typing: false
|
||||
|
||||
# Cursor style
|
||||
#
|
||||
# Values for 'cursor_style':
|
||||
# - Block
|
||||
# - Underline
|
||||
# - Beam
|
||||
cursor_style: Block
|
||||
|
||||
# If this is `true`, the cursor will be rendered as a hollow box when the
|
||||
# window is not focused.
|
||||
unfocused_hollow_cursor: true
|
||||
|
||||
# Live config reload (changes require restart)
|
||||
live_config_reload: true
|
||||
|
||||
|
|
|
@ -1,18 +1,61 @@
|
|||
personal_ws-1.1 en 17
|
||||
env
|
||||
conda
|
||||
yml
|
||||
linux
|
||||
Miniconda
|
||||
osx
|
||||
macOS
|
||||
linenos
|
||||
informatics
|
||||
microbiome
|
||||
personal_ws-1.1 en 60
|
||||
dada
|
||||
py
|
||||
cli
|
||||
TSV
|
||||
tsv
|
||||
demultiplex
|
||||
Jaccard
|
||||
qiime
|
||||
QIIME
|
||||
url
|
||||
ASV
|
||||
OTUs
|
||||
cli
|
||||
saveas
|
||||
dev
|
||||
wget
|
||||
metadata
|
||||
filepath
|
||||
clade
|
||||
demultiplexed
|
||||
Miniconda
|
||||
subsample
|
||||
phylogenetic
|
||||
wget
|
||||
genotype
|
||||
informatics
|
||||
dir
|
||||
qza
|
||||
subsampled
|
||||
conda
|
||||
denoising
|
||||
microbiome
|
||||
confounders
|
||||
covariate
|
||||
Orchanian
|
||||
PairedEndSequencesWithQuality
|
||||
PCoA
|
||||
qzv
|
||||
MiSeq
|
||||
Illumina
|
||||
covariates
|
||||
SequencesWithQuality
|
||||
dataset
|
||||
genotypes
|
||||
macOS
|
||||
Pielou's
|
||||
SampleData
|
||||
denoised
|
||||
osx
|
||||
linux
|
||||
EMP
|
||||
linenos
|
||||
unifrac
|
||||
UniFrac
|
||||
univariate
|
||||
differentially
|
||||
ASVs
|
||||
yml
|
||||
env
|
||||
denoise
|
||||
demultiplexing
|
||||
shannon
|
||||
demuliplexed
|
||||
|
|
|
@ -15,7 +15,7 @@ alias mailserver="sudo python -m smtpd -n -c DebuggingServer localhost:25"
|
|||
alias mongod="mongod --config /usr/local/etc/mongod.conf"
|
||||
alias venv="source venv/bin/activate"
|
||||
alias devenv="deactivate"
|
||||
alias q="source activate q2dev"
|
||||
alias q="conda activate q2dev"
|
||||
alias i="ipython3"
|
||||
|
||||
BASE16_SHELL=$HOME/.config/base16-shell/
|
||||
|
@ -67,3 +67,5 @@ function back_things_up() {
|
|||
# TODO: once confident pruning is working well, add that in here
|
||||
}
|
||||
|
||||
|
||||
export PATH="$HOME/.yarn/bin:$HOME/.config/yarn/global/node_modules/.bin:$PATH"
|
||||
|
|
Loading…
Add table
Reference in a new issue