mirror of
https://github.com/Crocmagnon/dotfiles.git
synced 2024-11-22 06:28:08 +01:00
remove ovh mentions
This commit is contained in:
parent
52d545abeb
commit
91031641ae
3 changed files with 3 additions and 3 deletions
|
@ -57,6 +57,6 @@ set -gx EDITOR nvim
|
||||||
set -gx DJANGOPROJECT_DATA_DIR $HOME/.djangoproject
|
set -gx DJANGOPROJECT_DATA_DIR $HOME/.djangoproject
|
||||||
|
|
||||||
mise activate fish | source
|
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 '$'
|
set tide_character_icon '$'
|
||||||
|
|
|
@ -9,5 +9,5 @@ export PATH="$PATH:$HOME/.rvm/bin:$HOME/Projects/golang/bin"
|
||||||
[ -f ~/.fzf.bash ] && source ~/.fzf.bash
|
[ -f ~/.fzf.bash ] && source ~/.fzf.bash
|
||||||
[[ -s "$HOME/.cargo/env" ]] && . "$HOME/.cargo/env"
|
[[ -s "$HOME/.cargo/env" ]] && . "$HOME/.cargo/env"
|
||||||
|
|
||||||
[ -f ~/.ovh.bash ] && source ~/.ovh.bash
|
[ -f ~/.work.bash ] && source ~/.work.bash
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
Include ovh.config
|
Include work.config
|
||||||
|
|
||||||
# Home
|
# Home
|
||||||
Host ubuntu
|
Host ubuntu
|
||||||
|
|
Loading…
Reference in a new issue