We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ada054d commit 9224112Copy full SHA for 9224112
dotfiles/bashrc
@@ -163,7 +163,7 @@ PS1='\[\033[00;35m\][\A] ${debian_chroot:+($debian_chroot)} \[\033[01;32m\]\u@\h
163
164
# Ruby in the path
165
if which ruby >/dev/null && which gem >/dev/null; then
166
- PATH="$(ruby -rubygems -e 'puts Gem.user_dir')/bin:$PATH"
+ PATH="$(ruby -e 'puts Gem.user_dir')/bin:$PATH"
167
fi
168
169
# Load fuzzy file matcher
0 commit comments