Add bash prompt and vim snakemake config

This commit is contained in:
2019-12-03 13:00:31 +01:00
parent f3d47aaa31
commit c0d719ab78
4 changed files with 93 additions and 2 deletions

View File

@@ -5,7 +5,7 @@
# If not running interactively, don't do anything
[[ $- != *i* ]] && return
alias ls='ls --color=auto'
PS1='[\u@\h \W]\$ '
source ~/.bash_prompt.kuba
export EDITOR="vim"
export CUPS_GSSSERVICENAME=HTTP
export PATH=$PATH:/home/kuba/bin