changed folder layout
This commit is contained in:
parent
fd30095cd0
commit
b5f657b8a4
9 changed files with 37 additions and 397 deletions
|
@ -1,25 +1,26 @@
|
|||
# For Dotfiles
|
||||
export DOTFLS="${HOME}/dotfiles"
|
||||
export DOTLIB="${DOTFLS}/lib"
|
||||
export DOTBIN="${DOTFLS}/bin"
|
||||
export DOTCFG="${DOTFLS}/cfg"
|
||||
export DOTCFGD="${DOTCFG}/zsh/cfg.d"
|
||||
dotfls="${HOME}/dotfiles"
|
||||
dotlib="${dotfls}/lib"
|
||||
dotcfg="${dotfls}/cfg"
|
||||
|
||||
# Path
|
||||
path+=(${DOTBIN})
|
||||
path+=(/opt/android-sdk/build-tools/26.0.1)
|
||||
# Paths
|
||||
path+=(${dotfls}/bin)
|
||||
path+=(${HOME}/.gem/ruby/2.4.0/bin)
|
||||
path+=(${DOTLIB}/welder/bin)
|
||||
path+=(${DOTLIB}/basher/bin)
|
||||
path+=(${HOME}/basher/bin)
|
||||
path+=(/opt/android-sdk/build-tools/26.0.1)
|
||||
path+=(/home/linuxbrew/.linuxbrew/bin)
|
||||
export PATH
|
||||
manpath+=(/home/linuxbrew/.linuxbrew/share/man)
|
||||
infopath+=(/home/linuxbrew/.linuxbrew/share/info)
|
||||
|
||||
# Editor Setting
|
||||
export EDITOR='nano'
|
||||
EDITOR='nano'
|
||||
|
||||
# Completions Paths
|
||||
fpath+=(${DOTLIB}/completions/src)
|
||||
fpath+=(${DOTLIB}/local)
|
||||
fpath+=(${dotlib}/completions/src)
|
||||
fpath+=(${dotlib}/local)
|
||||
|
||||
# Actually export
|
||||
export dotlib dotcfg PATH MANPATH INFOPATH EDITOR
|
||||
|
||||
# Reload all Prompts
|
||||
autoload -U promptinit && promptinit
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue