Compare commits

...

2 Commits

Author SHA1 Message Date
be733bbcba snakemake and myqueue completion 2021-12-13 11:03:47 +01:00
5b02e1ea77 gitconfig 2021-12-13 11:03:47 +01:00
2 changed files with 5 additions and 0 deletions

View File

@@ -79,6 +79,8 @@ source_existing ~/.python-venv.kuba/bin/activate
# Source lmod module setup
source_existing /usr/share/lmod/lmod/init/profile
complete -o default -C "python ~/.python-venv.kuba/lib/python3.9/site-packages/myqueue/complete.py" mq
complete -o bashdefault -C snakemake-bash-completion snakemake
case $(hostname) in
vera* )

View File

@@ -12,3 +12,6 @@
ui = auto
[pull]
ff = only
[init]
deafaultBranch = main
defaultBranch = main