Added work documents directory to shell environment

This commit is contained in:
2021-12-30 16:07:33 -05:00
parent 242ee6055e
commit 5ba356655a
2 changed files with 4 additions and 2 deletions

View File

@@ -1,7 +1,8 @@
" Settings: " Settings:
set tabstop=4 softtabstop=4 set tabstop=2
set shiftwidth=4 set softtabstop=2
set shiftwidth=2
set expandtab set expandtab
set smartindent set smartindent
set exrc set exrc

View File

@@ -19,6 +19,7 @@ export SCREENSHOTS="$BUCKET/Pictures/Screenshots"
export DOTFILES="$HOME/.dotfiles" export DOTFILES="$HOME/.dotfiles"
export DESKTOP="$HOME/Desktop" export DESKTOP="$HOME/Desktop"
export SCRIPTS="$HOME/.local/scripts" export SCRIPTS="$HOME/.local/scripts"
export WORK="$HOME/Library/Mobile Documents/com~apple~CloudDocs/Work"
export TERM=xterm-256color export TERM=xterm-256color
export EDITOR=vi export EDITOR=vi
export VISUAL=vi export VISUAL=vi