added emacs

This commit is contained in:
2022-09-14 15:24:49 -07:00
parent 51381f96ab
commit af1a0beed2
7 changed files with 545 additions and 226 deletions
+3 -6
View File
@@ -17,7 +17,7 @@ source $ZSH/oh-my-zsh.sh
export LANG=en_US.UTF-8
#LAMMPS path variables
export PATH=home/frosty/Programs/Python/NeoMDWeb/lammps/install/bin:$PATH
export PATH=/home/frosty/Programs/Python/NeoMDWeb/lammps/install/bin:$PATH
#export PYTHONPATH=/home/frosty/Apps/lammps/install/python:$PYTHONPATH
export LD_LIBRARY_PATH=/home/frosty/Programs/Python/NeoMDWeb/lammps/install/lib:$LD_LIBRARY_PATH
#export SLEPC_DIR=/opt/slepc/linux-c-opt
@@ -70,9 +70,6 @@ SAVEHIST=1000
bindkey -v # bind keys to vim mode
eval "$(zoxide init zsh)"
#PROMPT='%n@%m %B%F{240}%1~%f%b > '
# To customize prompt, run `p10k configure` or edit ~/.p10k.zsh.
path+=('/home/frosty/.local/bin')
export PATH
[[ ! -f ~/.p10k.zsh ]] || source ~/.p10k.zsh