This commit is contained in:
bauer
2017-11-22 13:00:51 +01:00
parent e8e81b1480
commit 581a1ea232
2 changed files with 44 additions and 0 deletions

6
.zshrc
View File

@@ -38,6 +38,10 @@ setKeyboard() {
setxkbmap -layout $1
}
eval $(thefuck --alias)
# You can use whatever you want as an alias, like for Mondays:
eval $(thefuck --alias fu)
# Gromacs stuff
# ==================================================
swapgmx() {
@@ -96,3 +100,5 @@ export CUDA_HOME=/opt/cuda;
PYTHONPATH="$HOME/scripts"
PYTHONPATH="$PYTHONPATH:/opt/modeller9.19/modlib:/opt/modeller9.19/lib/x86_64-intel8/python3.3"
export PYTHONPATH
alias vim='vim --servername vim'