even more changes
This commit is contained in:
parent
7935ec2ef6
commit
cb62f96109
10 changed files with 29 additions and 21 deletions
5
config/zsh/zshrc.d/exports/dotfiles.zsh
Normal file
5
config/zsh/zshrc.d/exports/dotfiles.zsh
Normal file
|
@ -0,0 +1,5 @@
|
|||
export DOTFILES="${HOME}/dotfiles"
|
||||
export DOTF_LIB="${DOTFILES}/lib"
|
||||
export DOTF_CONF="${DOTFILES}/config"
|
||||
export DOTF_BIN="${DOTFILES}/bin"
|
||||
export ZSHRCD="${DOTF_CON}/zsh/zshrc.d"
|
2
config/zsh/zshrc.d/exports/other.zsh
Normal file
2
config/zsh/zshrc.d/exports/other.zsh
Normal file
|
@ -0,0 +1,2 @@
|
|||
export PATH="${HOME}/dotfiles/bin:/opt/android-sdk/build-tools/26.0.0/:${HOME}/.fzf/bin:${PATH}"
|
||||
export EDITOR='nano'
|
Loading…
Add table
Add a link
Reference in a new issue