mirror of
https://github.com/m-housh/dotfiles.git
synced 2026-02-15 06:32:40 +00:00
Added proposals directory to zsh env
This commit is contained in:
@@ -7,3 +7,8 @@
|
|||||||
email = mhoush@houshhomeenergy.com
|
email = mhoush@houshhomeenergy.com
|
||||||
[color]
|
[color]
|
||||||
ui = true
|
ui = true
|
||||||
|
[filter "lfs"]
|
||||||
|
clean = git-lfs clean -- %f
|
||||||
|
smudge = git-lfs smudge -- %f
|
||||||
|
process = git-lfs filter-process
|
||||||
|
required = true
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
# Createsa directory then `cd`'s into the directory
|
# Creates a directory then `cd`'s into the directory
|
||||||
|
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
|
|||||||
@@ -42,6 +42,7 @@ export GIT_DISCOVERY_ACROSS_FILESYSTEM=1
|
|||||||
export VIMINIT='source $MYVIMRC'
|
export VIMINIT='source $MYVIMRC'
|
||||||
export MYVIMRC="$HOME/.vim/vimrc"
|
export MYVIMRC="$HOME/.vim/vimrc"
|
||||||
export MYZSHRC="$ZDOTDIR/.zshrc"
|
export MYZSHRC="$ZDOTDIR/.zshrc"
|
||||||
|
export PROPOSALS="$HOME/Library/Mobile Documents/com~apple~CloudDocs/Work/Proposals"
|
||||||
|
|
||||||
autoload -U up-line-or-beginning-search
|
autoload -U up-line-or-beginning-search
|
||||||
autoload -U down-line-or-beginning-search
|
autoload -U down-line-or-beginning-search
|
||||||
|
|||||||
Reference in New Issue
Block a user