mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 06:46:40 +00:00
Add command-exists shell helper
This commit is contained in:
@@ -50,7 +50,7 @@ alias bo="bundle open"
|
||||
alias bp="bundle package"
|
||||
alias bu="bundle update"
|
||||
|
||||
if (( $+commands[rbenv] )); then
|
||||
if command-exists rbenv; then
|
||||
# lazy-load rbenv
|
||||
rbenv() {
|
||||
load-rbenv
|
||||
|
||||
Reference in New Issue
Block a user