updated folder organization

This commit is contained in:
Nikolas Weger 2017-08-17 17:24:55 +02:00
parent 5acb272342
commit 15cf525fbf
36 changed files with 121 additions and 35 deletions

19
cfg/zsh/cfg.d/export Normal file
View file

@ -0,0 +1,19 @@
# For Dotfiles
export DOTFLS="${HOME}/dotfiles"
export DOTLIB="${DOTFLS}/lib"
export DOTBIN="${DOTFLS}/bin"
export DOTCFG="${DOTFLS}/cfg"
export DOTCFGD="${DOTCFG}/zsh/cfg.d"
# Path
path+=(${DOTBIN})
path+=(/opt/android-sdk/build-tools/26.0.1)
path+=(${HOME}/.gem/2.4.0/bin)
export PATH
# Editor Setting
export EDITOR='vim'
# Completions Paths
fpath+=(${DOTLIB}/completions/src)
fpath+=(${DOTLIB}/local)