Include gem path
This commit is contained in:
parent
1032821132
commit
7dd834c707
1 changed files with 3 additions and 1 deletions
|
@ -1,6 +1,8 @@
|
|||
# If you come from bash you might have to change your $PATH.
|
||||
# export PATH=$HOME/bin:/usr/local/bin:$PATH
|
||||
export PATH="${PATH}:${HOME}/.local/bin/"
|
||||
export GEM_HOME="$HOME/gems"
|
||||
export PATH="$HOME/gems/bin:$PATH"
|
||||
(cat ~/.cache/wal/sequences &)
|
||||
|
||||
# Path to your oh-my-zsh installation.
|
||||
|
@ -93,4 +95,4 @@ plugins=(git git-extras zsh-syntax-highlighting common-aliases)
|
|||
source $ZSH/oh-my-zsh.sh
|
||||
|
||||
# Set location of aliases
|
||||
. ~/.oh-my-zsh/custom/aliases
|
||||
. ~/.oh-my-zsh/custom/aliases
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue