This commit is contained in:
2024-07-14 05:42:54 -05:00
parent 1fe10c4c4f
commit a303cfe3ad
3 changed files with 14 additions and 1 deletions

3
.zshrc
View File

@@ -254,3 +254,6 @@ function open_command() {
}
if [ -e /home/user/.nix-profile/etc/profile.d/nix.sh ]; then . /home/user/.nix-profile/etc/profile.d/nix.sh; fi # added by Nix installer
# Install Ruby Gems to ~/gems
export GEM_HOME="$HOME/gems"
export PATH="$HOME/gems/bin:$PATH"