Skip to content

Commit

Permalink
Update add-alias.hook
Browse files Browse the repository at this point in the history
  • Loading branch information
s0racat authored Jul 1, 2024
1 parent 5458356 commit a36947c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion airootfs/etc/pacman.d/hooks/add-alias.hook
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ Target = grml-zsh-config
Description = Adding alias for /etc/skel/.zshrc
When = PostTransaction
Depends = sh
Exec = /bin/sh -c "echo '[ -f ~/.aliasrc ] && source ~/.aliasrc' >> /etc/skel/.zshrc"
Exec = /bin/sh -c "echo -e '[ -f ~/.aliasrc ] && source ~/.aliasrc\nexport LANG=en_US.UTF-8' >> /etc/skel/.zshrc"

0 comments on commit a36947c

Please sign in to comment.