mirror of
https://github.com/dnlbauer/dotfiles.git
synced 2026-09-10 21:45:30 +00:00
update
This commit is contained in:
6
.zshrc
6
.zshrc
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user