Skip to content

Commit

Permalink
feat(zsh): add luarocks to PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
mikavilpas committed Jun 14, 2024
1 parent e49a3ef commit d6cc36b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d6cc36b

Please sign in to comment.