2019-03-06 17:59:45 +01:00
export TERMINAL = urxvtc
export EDITOR = emacsclient
2019-03-07 15:05:31 +01:00
export ALTERNATE_EDITOR = nvim
2019-03-11 19:00:03 +01:00
export GPG_TTY = $( tty) # "It is important that this environment variable always reflects the output of the tty command". Source: https://gnupg.org/documentation/manuals/gnupg-devel/Invoking-GPG_002dAGENT.html
2019-03-06 17:59:45 +01:00
2019-03-05 19:23:00 +01:00
BROWSER = google-chrome
2019-02-27 18:47:56 +01:00
NIXIFY = " $HOME /programming/nixify "
2019-03-05 19:23:00 +01:00
DATE_FMT = %b-%d-%Y_%T # my preferred date formatting string used for generated filename
2019-03-04 18:52:55 +01:00
2019-03-06 17:59:45 +01:00
# ZSH's static named directories
2019-03-08 19:17:41 +01:00
hash -d pro = ~/programming
hash -d dot = ~/programming/dotfiles
hash -d citc = /google/src/cloud/$USER
hash -d doc = ~/Documents
hash -d d = ~/Downloads
hash -d ss = ~/Pictures/screenshots
hash -d org = ~/Documents/org
# named directories for commonly used projects
hash -d korvus_framework = ./java/com/google/corp/sales
hash -d korvus_services = ./corp/sales/casesautomation
hash -d escalations = ./corp/gtech/pto/tda/beacons_extension
hash -d ultra = ./ads/doubleclick/systems/crm
hash -d incentives_fe = ./experimental/adservices/jarvis/jarvis_extension/jarvis_staging/js
hash -d incentives_be = ./experimental/adservices/tesseract/handlers/incentives
2019-03-06 17:59:45 +01:00
2019-03-04 18:52:55 +01:00
# commonly used config files
v = " $HOME /.config/nvim/init.vim "
e = " $HOME /.emacs.d/init.el "
z = " $HOME /.zshrc "
a = " $HOME /aliases.zsh "
f = " $HOME /functions.zsh "
l = " $HOME /variables.zsh " # v is taken by vim
2019-03-06 17:59:45 +01:00
x = " $HOME /.Xresources "
2019-03-04 18:52:55 +01:00
i = " $HOME /.config/i3/config "