mirror of
https://github.com/m-housh/dotfiles.git
synced 2026-02-15 06:32:40 +00:00
Added work documents directory to shell environment
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user