mirror of
https://github.com/chenasraf/dotfiles.git
synced 2026-05-18 01:29:06 +00:00
cleanups
This commit is contained in:
3
.zshrc
3
.zshrc
@@ -4,6 +4,3 @@ source $HOME/.dotfiles/aliases.sh
|
||||
source $HOME/.dotfiles/sources.sh
|
||||
source $HOME/.dotfiles/home.sh
|
||||
source $HOME/.dotfiles/scripts/java.sh
|
||||
|
||||
if [[ -f "$HOME/.dotfiles/_local.sh" ]]; then source "$HOME/.dotfiles/_local.sh"; fi
|
||||
if [[ -f "$HOME/.iterm2_shell_integration.zsh" ]]; then source "$HOME/.iterm2_shell_integration.zsh"; fi
|
||||
|
||||
@@ -1,4 +1,6 @@
|
||||
#!/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 || :
|
||||
if [[ -f "$HOME/.dotfiles/_local.sh" ]]; then source "$HOME/.dotfiles/_local.sh"; fi
|
||||
if [[ -f "$HOME/.iterm2_shell_integration.zsh" ]]; then source "$HOME/.iterm2_shell_integration.zsh"; fi
|
||||
if [[ -f ~/.fzf.zsh ]]; then source ~/.fzf.zsh; fi
|
||||
if [[ -f /opt/homebrew/opt/chruby/share/chruby/chruby.sh ]]; then source /opt/homebrew/opt/chruby/share/chruby/chruby.sh; fi
|
||||
|
||||
Reference in New Issue
Block a user