From 75eaf01659b7c9e37855b3cdcaaf9196e7ed7611 Mon Sep 17 00:00:00 2001 From: Rostyslav Hnatyshyn Date: Tue, 18 Apr 2023 18:42:45 -0700 Subject: [PATCH] dunst startup --- dunst/start.sh | 4 ++++ zshrc | 5 +++-- 2 files changed, 7 insertions(+), 2 deletions(-) create mode 100644 dunst/start.sh diff --git a/dunst/start.sh b/dunst/start.sh new file mode 100644 index 0000000..82b055e --- /dev/null +++ b/dunst/start.sh @@ -0,0 +1,4 @@ +#!/bin/bash + +killall -q dunst +dunst --startup-notification true & diff --git a/zshrc b/zshrc index a28c5a2..bce6c52 100644 --- a/zshrc +++ b/zshrc @@ -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