Skip to content

Commit

Permalink
Toggle RVM.
Browse files Browse the repository at this point in the history
  • Loading branch information
marciotoshio committed Jan 25, 2022
1 parent 6b3dd69 commit 652a459
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -118,3 +118,7 @@ function toggletime() {
function toggleusercontext() {
export DRACULA_DISPLAY_CONTEXT=$((DRACULA_DISPLAY_CONTEXT * -1))
}

function togglervm() {
export DRACULA_DISPLAY_RVM=$((DRACULA_DISPLAY_RVM * -1))
}

0 comments on commit 652a459

Please sign in to comment.