summary refs log tree commit diff
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2013-01-26 16:14:10 -0500
committerJune McEnroe <june@causal.agency>2013-01-26 16:14:10 -0500
commiteb24540cda4825bc24ec3d750d450535f1904fe1 (patch)
tree194268cfb04b527fecb5dd3d0ef85bc2f430db86
parentAdd PulseAudio configuration (diff)
downloadsrc-eb24540cda4825bc24ec3d750d450535f1904fe1.tar.gz
src-eb24540cda4825bc24ec3d750d450535f1904fe1.zip
Replace RVM with chruby
-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
57b73b2e0cced6c29576a&follow=1'>Set urgency on bell in xtermJune McEnroe 2021-02-07Add bindings for brightness controlJune McEnroe Weirdly the Fn key doesn't change how the F row registers... I wonder if I can do something about that. 2021-02-07Set X key repeat rateJune McEnroe 2021-02-07Bump font size to 12June McEnroe 11 is what I use on macOS, but I feel like my eyes are working harder here. 2021-02-07Fully configure and rebind cwmJune McEnroe This is sort of a mix of trying to emulate macOS somewhat for my muscle memory and just rebinding some of the cwm defaults to use 4- rather than M-. 2021-02-07Add BintiJune McEnroe 2021-02-07Finish configuring xtermJune McEnroe 2021-02-06Enable tapping, reverse scroll, set scaling in wsconsctlJune McEnroe 2021-02-06Set root window to black on purple snowJune McEnroe 2021-02-06Add xmodmap configurationJune McEnroe 2021-02-06Add initial OpenBSD X configurationJune McEnroe cwm still needs a lot more rebinding, and I need to actually look at its other options. xterm definitely still needs some configuration, but I at least managed to get it to use a decent looking font. Very happy that OpenBSD includes Luxi Mono, which is what my usual font, Go Mono, is based on anyway. Still missing is xmodmap and such. 2021-02-06Add xterm output to schemeJune McEnroe