Skip to content

Commit

Permalink
rtx => mise
Browse files Browse the repository at this point in the history
  • Loading branch information
ndbroadbent committed Feb 29, 2024
1 parent 8337a29 commit bd28789
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"shellcheck.customArgs": ["-x"],
"shellcheck.useWorkspaceRootAsCwd": true,
"editor.codeActionsOnSave": {
"source.fixAll.shellcheck": true
"source.fixAll.shellcheck": "explicit"
},
}
6 changes: 4 additions & 2 deletions fish/config.fish
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,15 @@ fish_add_path --path /opt/homebrew/bin
fish_add_path --path /opt/homebrew/opt/openjdk/bin
fish_add_path --path /Applications/Postgres.app/Contents/Versions/15/bin/
fish_add_path --path ~/code/dotfiles/bin
fish_add_path --path -p ~/.local/bin
fish_add_path --path -p ./bin
fish_add_path --path -p /usr/local/bin/rubocop-daemon-wrapper
fish_add_path --path ~/.cargo/bin

starship init fish | source
rtx activate fish | source
mise activate fish | source
direnv hook fish | source
zoxide init fish | source

abbr -a reload "exec fish"
abbr -a config "code ~/code/dotfiles"
Expand Down Expand Up @@ -59,7 +61,7 @@ alias ds='osascript .dev.scpt "$PWD"'
abbr -a dds 'cd ~/code/docspring && ds'
abbr -a d "cd ~/code/docspring"
abbr -a da 'direnv allow'
abbr -a dev 'cd ~/code/docspring && rtx exec ruby node -- ./scripts/dev_iterm'
abbr -a dev 'cd ~/code/docspring && mise exec ruby node -- ./scripts/dev_iterm'
abbr -a tmk "tmux kill-session"

# CI
Expand Down

0 comments on commit bd28789

Please sign in to comment.