From 91031641aeec1ee26355bd3f393f8bc8d836a559 Mon Sep 17 00:00:00 2001 From: Gabriel Augendre Date: Sun, 18 Feb 2024 14:39:42 +0100 Subject: [PATCH] remove ovh mentions --- dot_config/fish/private_config.fish.tmpl | 2 +- private_dot_bashrc | 2 +- private_dot_ssh/config | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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