mirror of
https://github.com/Crocmagnon/dotfiles.git
synced 2024-11-21 14:08:07 +01:00
rename 'work' to 'host' for host-specific files
This commit is contained in:
parent
fc6ea59a43
commit
4241a7002b
4 changed files with 4 additions and 4 deletions
|
@ -48,7 +48,7 @@ set -gx EDITOR nvim
|
||||||
set -gx DJANGOPROJECT_DATA_DIR $HOME/.djangoproject
|
set -gx DJANGOPROJECT_DATA_DIR $HOME/.djangoproject
|
||||||
|
|
||||||
type -q mise && mise activate fish | source
|
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
|
test -e {$HOME}/.config/fish/secrets.fish; and source {$HOME}/.config/fish/secrets.fish
|
||||||
|
|
||||||
set tide_character_icon '$'
|
set tide_character_icon '$'
|
||||||
|
|
|
@ -114,6 +114,6 @@
|
||||||
helper = osxkeychain
|
helper = osxkeychain
|
||||||
|
|
||||||
[include]
|
[include]
|
||||||
path = work.config
|
path = host.config
|
||||||
path = sendemail
|
path = sendemail
|
||||||
|
|
||||||
|
|
|
@ -4,5 +4,5 @@ export LC_ALL=fr_FR.UTF-8
|
||||||
[ command -v mise &> /dev/null ] && eval "$(mise activate bash)"
|
[ command -v mise &> /dev/null ] && eval "$(mise activate bash)"
|
||||||
|
|
||||||
[ -f ~/.fzf.bash ] && source ~/.fzf.bash
|
[ -f ~/.fzf.bash ] && source ~/.fzf.bash
|
||||||
[ -f ~/.work.bash ] && source ~/.work.bash
|
[ -f ~/.host.bash ] && source ~/.host.bash
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
Include work.config
|
Include host.config
|
||||||
|
|
||||||
# Home
|
# Home
|
||||||
Host ubuntu
|
Host ubuntu
|
||||||
|
|
Loading…
Reference in a new issue