From ed11c6e1acef5ab85d8b5d3d378a078777d524b1 Mon Sep 17 00:00:00 2001 From: PlexSheep Date: Tue, 9 Apr 2024 23:36:16 +0200 Subject: [PATCH] source zprofile --- .zprofile | 2 ++ .zshrc | 1 + 2 files changed, 3 insertions(+) diff --git a/.zprofile b/.zprofile index e69de29..12e9cf6 100644 --- a/.zprofile +++ b/.zprofile @@ -0,0 +1,2 @@ +export GEM_HOME="$HOME/.local/share/gems" +export PATH="$PATH:$GEM_HOME" diff --git a/.zshrc b/.zshrc index 060de86..8ec568a 100644 --- a/.zshrc +++ b/.zshrc @@ -1,4 +1,5 @@ ### ENVVARS +source "$HOME/.zprofile" PATH="/usr/bin:/usr/sbin:$HOME/.local/bin:$HOME/.cargo/bin:/usr/local/bin:$HOME/.deno/bin:/usr/games/" export PATH export EDITOR=nvim