File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -117,7 +117,7 @@ alias whotunes='lsof -r 2 -n -P -F n -c iTunes -a -i TCP@`hostname`:3689'
117
117
alias b=" bundle"
118
118
alias bu=" b update"
119
119
alias be=" b exec"
120
- alias bi=" b install --path vendor "
120
+ alias bi=" b install"
121
121
alias bil=' bi --local'
122
122
alias binit=" bi && b package && echo 'vendor/ruby' >> .gitignore"
123
123
alias bo=" EDITOR=vim b open"
@@ -209,7 +209,7 @@ alias tmux='TERM=screen-256color tmux'
209
209
alias target=' echo $TMUX | cut -f1 -d, > .tmux-target; tmux display-message -p "#{window_id}.#{pane_id}" >> .tmux-target'
210
210
alias t=' target'
211
211
212
- alias ws=" rbenv shell 2.3 .1 && working_set"
212
+ alias ws=" rbenv shell 2.7 .1 && working_set"
213
213
214
214
# ###########################################################
215
215
alias vi=vim
You can’t perform that action at this time.
0 commit comments