added org-pomodoro, added monitor name

This commit is contained in:
opalvault
2022-01-22 22:17:51 -08:00
parent 1ad5a62607
commit 3225daa0a1
6 changed files with 8 additions and 2 deletions

View File

@@ -10,6 +10,7 @@ source $ZSH/oh-my-zsh.sh # This has to stay below plugins.
#### ~~~~ Path Additions ~~~~ #####
export PATH=/home/opal/scripts:$PATH # Scripts
export PATH=/home/opal/go/bin:$PATH # Golang Path
export PATH=/home/opal/.config/emacs/bin:$PATH # Doom Path
#### ~~~~ Locale ~~~~ #####
export LANG=en_US.UTF-8