commit bb4e662c58d10372cd43e8c33cb13ee08631f465
parent 67cc8530ebee110f57de8de35dc1792b9ca5920a
Author: oscarbenedito <oscar@obenedito.org>
Date:   Fri, 28 Feb 2020 10:45:44 +0100

Fixes

Diffstat:
Mdot_aliases.tmpl | 6+++++-
1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/dot_aliases.tmpl b/dot_aliases.tmpl @@ -15,7 +15,8 @@ alias mkdir="mkdir --parents" # Shortcuts alias v="vim" -{{ if ne .chezmoi.hostname "fme-desktop" -}} +{{- if ne .chezmoi.hostname "fme-desktop" }} + # Zsh aliases alias -g l="|less" alias -g e="|entr" @@ -23,6 +24,9 @@ alias -g null="> /dev/null 2>&1" {{- end }} # Chezmoi +{{- if eq .chezmoi.hostname "fme-desktop" }} +alias chezmoi="$HOME/.local/bin/chezmoi" +{{- end }} alias c="chezmoi" alias ce="chezmoi edit"