# sources that might alter the path . $DAT_ROOT/bin/zshrc/brew export PATH="$DAT_ROOT/bin:$HOME/.local/bin:$PATH" export GEM_HOME="$HOME/.gems" export GEM_PATH=$HOME/.gems export RUBYLIB="$DAT_ROOT/lib" export PASSWORD_STORE_DIR=$HOME/.local/lib/secure-vault/passwords export NOTES_DIR=$HOME/.local/lib/notes path=("$GEM_HOME/bin" $path) alias gf='git log --all --oneline | fzf' function cdd { cd $DAT_ROOT } . $DAT_ROOT/bin/zshrc/prompt . $DAT_ROOT/bin/zshrc/utils bindkey '^e' edit-command-line export PATH="$HOME/.local/bin:$PATH"