diff --git a/dot_config/fish/private_config.fish.tmpl b/dot_config/fish/private_config.fish.tmpl index 7ddbfea..9be0005 100644 --- a/dot_config/fish/private_config.fish.tmpl +++ b/dot_config/fish/private_config.fish.tmpl @@ -57,6 +57,6 @@ set -gx EDITOR nvim set -gx DJANGOPROJECT_DATA_DIR $HOME/.djangoproject mise activate fish | source -test -e {$HOME}/.config/fish/ovh.fish; and source {$HOME}/.config/fish/ovh.fish +test -e {$HOME}/.config/fish/work.fish; and source {$HOME}/.config/fish/work.fish set tide_character_icon '$' diff --git a/private_dot_bashrc b/private_dot_bashrc index 6fbeec7..f5fbde0 100644 --- a/private_dot_bashrc +++ b/private_dot_bashrc @@ -9,5 +9,5 @@ export PATH="$PATH:$HOME/.rvm/bin:$HOME/Projects/golang/bin" [ -f ~/.fzf.bash ] && source ~/.fzf.bash [[ -s "$HOME/.cargo/env" ]] && . "$HOME/.cargo/env" -[ -f ~/.ovh.bash ] && source ~/.ovh.bash +[ -f ~/.work.bash ] && source ~/.work.bash diff --git a/private_dot_ssh/config b/private_dot_ssh/config index 3d1925a..6cc3551 100644 --- a/private_dot_ssh/config +++ b/private_dot_ssh/config @@ -1,4 +1,4 @@ -Include ovh.config +Include work.config # Home Host ubuntu