Add rubygems path to $PATH
This commit is contained in:
parent
b10615d7a5
commit
02c35cde5d
1 changed files with 2 additions and 0 deletions
|
@ -3,4 +3,6 @@ set -U -x EDITOR vim
|
|||
set -U fish_features stderr-nocaret qmark-noglob
|
||||
set -e fish_greeting
|
||||
|
||||
set PATH $PATH /home/kunsi/.gem/ruby/2.6.0/bin/
|
||||
|
||||
alias config='/usr/bin/git --git-dir=$HOME/.cfg/ --work-tree=$HOME'
|
||||
|
|
Loading…
Reference in a new issue