Skip to content

Commit 44179f5

Browse files
committed
Updates aliases
1 parent 749fd06 commit 44179f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bash_aliases

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ alias whotunes='lsof -r 2 -n -P -F n -c iTunes -a -i TCP@`hostname`:3689'
117117
alias b="bundle"
118118
alias bu="b update"
119119
alias be="b exec"
120-
alias bi="b install --path vendor"
120+
alias bi="b install"
121121
alias bil='bi --local'
122122
alias binit="bi && b package && echo 'vendor/ruby' >> .gitignore"
123123
alias bo="EDITOR=vim b open"
@@ -209,7 +209,7 @@ alias tmux='TERM=screen-256color tmux'
209209
alias target='echo $TMUX | cut -f1 -d, > .tmux-target; tmux display-message -p "#{window_id}.#{pane_id}" >> .tmux-target'
210210
alias t='target'
211211

212-
alias ws="rbenv shell 2.3.1 && working_set"
212+
alias ws="rbenv shell 2.7.1 && working_set"
213213

214214
############################################################
215215
alias vi=vim

0 commit comments

Comments
 (0)