This file contains 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
# alias startship='screen -xRR adRn' | |
term screen-256color | |
hardstatus off | |
hardstatus firstline | |
hardstatus alwayslastline '%{= G}[ %{G}%H %{g}][%= %{= w}%?%-Lw%?%{= R}%n*%f %t%?%{= R}(%u)%?%{= w}%+Lw%?%= %{= g}][ %{y}Load: %l %{g}][%{B}%Y-%m-%d %{W}%c:%s %{g}]' |
This file contains 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
git apply --verbose 0001-name-your-file.patch | |
# Retrieving from different 'sources' | |
### from unstaged changes | |
git diff > 0001-name-your-file.patch | |
### from staged changes | |
git diff --cached > 0001-name-your-file.patch |
This file contains 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
diff --git a/bio/plink/assoc/environment.yaml b/bio/plink/assoc/environment.yaml | |
new file mode 100644 | |
index 0000000..047cb3f | |
--- /dev/null | |
+++ b/bio/plink/assoc/environment.yaml | |
@@ -0,0 +1,6 @@ | |
+channels: | |
+ - bioconda | |
+ - conda-forge | |
+dependencies: |