From d6cc36be6d9477bb962c6028853f6ec748f0d9ef Mon Sep 17 00:00:00 2001 From: Mika Vilpas Date: Fri, 14 Jun 2024 11:16:20 +0300 Subject: [PATCH] feat(zsh): add luarocks to PATH --- .zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.zshrc b/.zshrc index 500b3e9a..7dd9e03e 100644 --- a/.zshrc +++ b/.zshrc @@ -2,6 +2,7 @@ source ~/dotfiles/.wezterm.sh # If you come from bash you might have to change your $PATH. export PATH=$HOME/bin:$HOME/go/bin/:/usr/local/bin:$PATH:$HOME/Library/Android/sdk/platform-tools +export PATH=$PATH:$HOME/.luarocks/bin: export LANG=fi_FI.UTF-8 export LC_ALL=fi_FI.UTF-8