From 8960c89e5956e3f1ed7f6528cb4dae9b9d5c9a7b Mon Sep 17 00:00:00 2001 From: KevinMidboe Date: Sat, 29 Jun 2019 12:23:45 +0200 Subject: [PATCH] Environment variables for lang and ruby executable --- .zshrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.zshrc b/.zshrc index 11dc681..084921d 100644 --- a/.zshrc +++ b/.zshrc @@ -4,6 +4,9 @@ # Path to your oh-my-zsh installation. export ZSH=$HOME/.oh-my-zsh export PATH="$HOME/.cargo/bin:$PATH" +export PATH="/usr/local/opt/ruby/bin:$PATH" +export LC_ALL=en_US.UTF-8 +export LANG=en_US.UTF-8 # Set name of the theme to load. Optionally, if you set this to "random" # it'll load a random theme each time that oh-my-zsh is loaded.