summary refs log tree commit diff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--.rvmrc3
-rw-r--r--.zshrc4
2 files changed, 1 insertions, 6 deletions
diff --git a/.rvmrc b/.rvmrc
deleted file mode 100644
index a981cebe..00000000
--- a/.rvmrc
+++ /dev/null
@@ -1,3 +0,0 @@
-export rvm_path="/home/home/.rvm"
-rvm_make_flags="-j4"
-rvm_project_rvmrc_default=1
diff --git a/.zshrc b/.zshrc
index 2c5127cd..f7ce6b96 100644
--- a/.zshrc
+++ b/.zshrc
@@ -128,9 +128,7 @@ alias gsh='git show'
 alias gt='git tag'
 alias gu='git pull'
 
-# RVM insists on being last
-export PATH=$PATH:$HOME/.rvm/bin
-[ -s "$HOME/.rvm/scripts/rvm" ] && source "$HOME/.rvm/scripts/rvm"
+source /usr/share/chruby/chruby.sh
 
 # Update all the time!
 /usr/bin/pacman -Qu > /dev/null && [ ! -f /var/lib/pacman/db.lck ] && sudo $PACMAN -Syu
tring inside SQ stringJune McEnroe 2019-02-10Skip only one character if a match fails due to parentJune McEnroe 2019-02-10Remove pattend from hiJune McEnroe 2019-02-10Replace uses of pattend with newline patternsJune McEnroe 2019-02-10Add hi debug outputJune McEnroe 2019-02-10Actually do HTML " escapingJune McEnroe 2019-02-10Set git commit.verboseJune McEnroe 2019-02-10Add back missing static keywordJune McEnroe