Added proposals directory to zsh env

This commit is contained in:
2023-04-04 08:08:43 -04:00
parent 48cffcb315
commit 4a01415542
3 changed files with 7 additions and 1 deletions

View File

@@ -7,3 +7,8 @@
email = mhoush@houshhomeenergy.com
[color]
ui = true
[filter "lfs"]
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
process = git-lfs filter-process
required = true

View File

@@ -42,6 +42,7 @@ export GIT_DISCOVERY_ACROSS_FILESYSTEM=1
export VIMINIT='source $MYVIMRC'
export MYVIMRC="$HOME/.vim/vimrc"
export MYZSHRC="$ZDOTDIR/.zshrc"
export PROPOSALS="$HOME/Library/Mobile Documents/com~apple~CloudDocs/Work/Proposals"
autoload -U up-line-or-beginning-search
autoload -U down-line-or-beginning-search