mirror of
https://github.com/chenasraf/dotfiles.git
synced 2026-05-18 01:29:06 +00:00
5 lines
183 B
Bash
Executable File
5 lines
183 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
[ -f ~/.fzf.zsh ] && source ~/.fzf.zsh || :
|
|
[ -f /opt/homebrew/opt/chruby/share/chruby/chruby.sh ] && source /opt/homebrew/opt/chruby/share/chruby/chruby.sh || :
|