mirror of
https://github.com/dnlbauer/dotfiles.git
synced 2026-09-10 21:45:30 +00:00
update
This commit is contained in:
@@ -16,10 +16,10 @@ function gitignore() {
|
||||
}
|
||||
|
||||
# lhr
|
||||
alias squeue="ssh lcluster11 squeue"
|
||||
alias csum="ssh lcluster11 csum"
|
||||
alias csreport="ssh lcluster11 csreport"
|
||||
alias scancel="ssh lcluster11 scancel"
|
||||
alias squeue="ssh lcluster17 squeue"
|
||||
alias csum="ssh lcluster17 csum"
|
||||
alias csreport="ssh lcluster17 csreport"
|
||||
alias scancel="ssh lcluster17 scancel"
|
||||
|
||||
# snakemake use all cores by default
|
||||
sm() {
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
[user]
|
||||
# Please adapt and uncomment the following lines:
|
||||
name = daniel
|
||||
email = bauer@cbs.tu-darmstadt.de
|
||||
email = github@dbauer.me
|
||||
[pack]
|
||||
threads = 8
|
||||
[merge]
|
||||
@@ -12,3 +12,6 @@
|
||||
[alias]
|
||||
up = !git pull --rebase --prune $@ && git submodule update --init --recursive
|
||||
cm = !git add -A && git commit -m
|
||||
[credential "https://github.com"]
|
||||
helper =
|
||||
helper = !/home/bauer/conda/bin/gh auth git-credential
|
||||
|
||||
Reference in New Issue
Block a user