dunst startup

master
Rostyslav Hnatyshyn 1 year ago
parent f3c17b86c9
commit 75eaf01659
  1. 4
      dunst/start.sh
  2. 5
      zshrc

@ -0,0 +1,4 @@
#!/bin/bash
killall -q dunst
dunst --startup-notification true &

@ -17,9 +17,9 @@ 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/MolSieve/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 LD_LIBRARY_PATH=/home/frosty/Programs/Python/MolSieve/lammps/install/lib:$LD_LIBRARY_PATH
#export SLEPC_DIR=/opt/slepc/linux-c-opt
#petsc path variables
@ -35,6 +35,7 @@ alias fixWifi='sudo rmmod iwlmvm; sudo rmmod iwlwifi; sudo modprobe iwlmvm; sudo
alias weather='curl wttr.in'
alias sshLANL='ssh -t -l rhnatyshyn wtrw.lanl.gov ssh ch-fe.lanl.gov'
alias vim='nvim'
alias neovide='neovide'
function tunnelLANL() {
if [ -n "$1" ]
then

Loading…
Cancel
Save