updated folder organization
This commit is contained in:
parent
5acb272342
commit
15cf525fbf
36 changed files with 121 additions and 35 deletions
19
cfg/zsh/cfg.d/export
Normal file
19
cfg/zsh/cfg.d/export
Normal 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)
|
Loading…
Add table
Add a link
Reference in a new issue