mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-12 08:50:08 +00:00
parent
7c9c148ec2
commit
3f245edf1b
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ if [[ $FOUND_RBENV -eq 1 ]]; then
|
|||
}
|
||||
|
||||
function current_gemset() {
|
||||
echo "$(rbenv gemset active 2&>/dev/null | sed -e ":a" -e '$ s/\n/+/gp;N;b a' | head -n1)"
|
||||
echo "$(rbenv gemset active 2>/dev/null | sed -e ":a" -e '$ s/\n/+/gp;N;b a' | head -n1)"
|
||||
}
|
||||
|
||||
function gems() {
|
||||
|
|
Loading…
Reference in a new issue