update
This commit is contained in:
parent
1fe10c4c4f
commit
a303cfe3ad
3 changed files with 14 additions and 1 deletions
3
.zshrc
3
.zshrc
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue