Skip to content

Commit

Permalink
[rtx]: remove asdf
Browse files Browse the repository at this point in the history
  • Loading branch information
nelsonmestevao committed Sep 24, 2023
1 parent f4b4198 commit 5bf5e6f
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 12 deletions.
2 changes: 1 addition & 1 deletion asdf/asdf.init
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# vim: ft=zsh

. $HOME/.asdf/asdf.sh
#. $HOME/.asdf/asdf.sh

6 changes: 6 additions & 0 deletions bun/bun.init
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# vim: ft=zsh

[ -s "/home/nelson/.bun/_bun" ] && source "/home/nelson/.bun/_bun"

export BUN_INSTALL="$HOME/.bun"
export PATH="$BUN_INSTALL/bin:$PATH"
7 changes: 0 additions & 7 deletions nodejs/default-npm-packages
Original file line number Diff line number Diff line change
@@ -1,7 +0,0 @@
# docsify-cli
eslint
# np
npm-run-all
npx
prettier
# yarn
6 changes: 6 additions & 0 deletions rtx/rtx.init
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# vim: ft=zsh

# eval "$(rtx activate zsh)"
# eval "$(rtx complete --shell zsh)"

alias x=rtx
2 changes: 1 addition & 1 deletion ruby/irbrc
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ module DynamicPrompt

private
def self.current_ruby
@@current_ruby ||= `asdf current ruby`.strip.split(' ').first
@@current_ruby ||= `rtx current ruby`.strip.split(' ').first
end

def self.cwd
Expand Down
7 changes: 4 additions & 3 deletions zsh/plugins.zsh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# OMZ PLUGINS

plugins=(
asdf
# asdf
colored-man-pages
command-not-found
# common-aliases
Expand All @@ -15,9 +15,10 @@ plugins=(
mix
# npm #
# rails #
rtx
sudo
tmux
tmuxinator
# tmux
# tmuxinator
# themes #
vagrant
# vi-mode #
Expand Down

0 comments on commit 5bf5e6f

Please sign in to comment.