[zsh] Move dotfiles config to XDG_CONFIG_HOME/dotfiles/home
This commit is contained in:
parent
b36b4ac390
commit
929f951391
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ export SYS=`uname -s | tr A-Z a-z`
|
|||
|
||||
function init-env-dotfiles-path
|
||||
{
|
||||
local dotfiles_config="$HOME/.config/dotfiles-home"
|
||||
local dotfiles_config="$HOME/.config/dotfiles/home"
|
||||
if [[ -f "$dotfiles_config" ]]; then
|
||||
export DOTFILES_HOME=$(cat "$dotfiles_config")
|
||||
return
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue