changed folder layout
This commit is contained in:
parent
6a1f0cce72
commit
baa2119b5f
15 changed files with 1619 additions and 0 deletions
24
cfg/zsh/cfg.d/export.zsh
Normal file
24
cfg/zsh/cfg.d/export.zsh
Normal file
|
@ -0,0 +1,24 @@
|
|||
# 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/ruby/2.4.0/bin)
|
||||
path+=(${DOTLIB}/welder/bin)
|
||||
path+=(${DOTLIB}/basher/bin)
|
||||
export PATH
|
||||
|
||||
# Editor Setting
|
||||
export EDITOR='vim'
|
||||
|
||||
# Completions Paths
|
||||
fpath+=(${DOTLIB}/completions/src)
|
||||
fpath+=(${DOTLIB}/local)
|
||||
|
||||
# Reload all Prompts
|
||||
autoload -U promptinit && promptinit
|
Loading…
Add table
Add a link
Reference in a new issue