Skip to content

Commit

Permalink
mvnLocation fix
Browse files Browse the repository at this point in the history
  • Loading branch information
arran4 authored May 22, 2024
1 parent 74a5aa1 commit 3d52e7c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .chezmoi.toml.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@
zshLocation="{{$zshLocation}}"
manpagerLocation="{{$manpagerLocation}}"
lessLocation="{{$lessLocation}}"
mvnLocation="{{$mvnLocation}}"
optbins = [{{range $each := $optbins}}"{{$each}}", {{end}}]
usrbins = [{{range $each := $usrbins}}"{{$each}}", {{end}}]
usrlocalbins = [{{range $each := $usrlocalbins}}"{{$each}}", {{end}}]
Expand Down
2 changes: 1 addition & 1 deletion .chezmoitemplates/shell-aliases.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ alias ...="cd ../.. && ls"
# Get week number
alias week='date +%V'

{{ if stat (index . "mvnLocation")}}
{{ if stat (index . "mvnLocation" ) }}
# M2 nav
alias pushd_m2='pushd ~/.m2/'
{{end}}
Expand Down

0 comments on commit 3d52e7c

Please sign in to comment.