diff --git a/dot_bashrc.d/executable_09.functions.tmpl b/dot_bashrc.d/executable_09.functions.tmpl index 3b47f4a..d8598bd 100755 --- a/dot_bashrc.d/executable_09.functions.tmpl +++ b/dot_bashrc.d/executable_09.functions.tmpl @@ -113,7 +113,7 @@ list-ssh-keys() { done } -{{- if eq .chezmoi.osRelease.id "debian" }} +{{- if (or (eq .chezmoi.osRelease.id "debian") (eq .chezmoi.osRelease.id "linuxmint")) }} debversion() { local pkgname="${1:?packagename required}" dpkg -s $pkgname | grep Version @@ -121,4 +121,5 @@ debversion() { {{- end }} + PATH=$PATH:$HOME/bin