Compare commits

..

2 Commits

Author SHA1 Message Date
de6eb1de93 zsh: fix host env missing 2025-12-28 22:28:29 +01:00
0c1f2349f2 bin: update bob (bookworm compat) 2025-12-28 01:22:38 +01:00
2 changed files with 1 additions and 0 deletions

Binary file not shown.

View File

@ -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'