zsh: fix host env missing
This commit is contained in:
parent
0c1f2349f2
commit
de6eb1de93
@ -3,6 +3,7 @@ export GOPATH=$HOME/.go
|
||||
export PATH=$HOME/.local/share/bob/nvim-bin:$HOME/projets/tools/bin:$GOPATH/bin:$HOME/.cargo/bin:$HOME/.local/bin:$PATH:/usr/sbin
|
||||
{{- else -}}
|
||||
export PATH=$HOME/.local/share/bob/nvim-bin:$HOME/.bin:$PATH
|
||||
export HOST=$(hostname)
|
||||
{{- end }}
|
||||
export EDITOR=vim
|
||||
export FZF_DEFAULT_COMMAND='fdfind --type f --hidden --follow --exclude .git'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user