diff --git a/dot_config/fish/private_config.fish.tmpl b/dot_config/fish/private_config.fish.tmpl index 2b0102f..c61e2ac 100644 --- a/dot_config/fish/private_config.fish.tmpl +++ b/dot_config/fish/private_config.fish.tmpl @@ -48,7 +48,7 @@ set -gx EDITOR nvim set -gx DJANGOPROJECT_DATA_DIR $HOME/.djangoproject type -q mise && mise activate fish | source -test -e {$HOME}/.config/fish/work.fish; and source {$HOME}/.config/fish/work.fish +test -e {$HOME}/.config/fish/host.fish; and source {$HOME}/.config/fish/host.fish test -e {$HOME}/.config/fish/secrets.fish; and source {$HOME}/.config/fish/secrets.fish set tide_character_icon '$' diff --git a/dot_config/git/private_config.tmpl b/dot_config/git/private_config.tmpl index 86d326b..a05670a 100644 --- a/dot_config/git/private_config.tmpl +++ b/dot_config/git/private_config.tmpl @@ -114,6 +114,6 @@ helper = osxkeychain [include] - path = work.config + path = host.config path = sendemail diff --git a/private_dot_bashrc b/private_dot_bashrc index 4e1ce6d..11a7a59 100644 --- a/private_dot_bashrc +++ b/private_dot_bashrc @@ -4,5 +4,5 @@ export LC_ALL=fr_FR.UTF-8 [ command -v mise &> /dev/null ] && eval "$(mise activate bash)" [ -f ~/.fzf.bash ] && source ~/.fzf.bash -[ -f ~/.work.bash ] && source ~/.work.bash +[ -f ~/.host.bash ] && source ~/.host.bash diff --git a/private_dot_ssh/config.tmpl b/private_dot_ssh/config.tmpl index 6c791f6..5e9c8cd 100644 --- a/private_dot_ssh/config.tmpl +++ b/private_dot_ssh/config.tmpl @@ -1,4 +1,4 @@ -Include work.config +Include host.config # Home Host ubuntu