Skip to content

Commit

Permalink
Reordering startup scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
bernardolm committed Jul 13, 2023
1 parent 1237c32 commit c034a24
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
4 changes: 4 additions & 0 deletions zsh/install
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,7 @@ for f in $files; do
done

# zsh_plugins_install

[ ! -f "$ZSH/plugins/docker/_docker" ] && \
curl -sL 'https://raw.githubusercontent.com/docker/cli/master/contrib/completion/zsh/_docker' \
-o "$ZSH/plugins/docker/_docker"
11 changes: 5 additions & 6 deletions zsh/startup/.zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,13 @@ fi
. "${DOTFILES}/ubuntu/install"

. "${DOTFILES}/zsh/start"
# . "${DOTFILES}/ohmyzsh/start"
# . "${DOTFILES}/starship/start"

# . "${DOTFILES}/antigen/start"
# . "${DOTFILES}/dropbox/start"
# . "${DOTFILES}/ohmyposh/start"
# . "${DOTFILES}/pretzo/start"
. "${DOTFILES}/zplug/start"
. "${DOTFILES}/ohmyzsh/start"
# . "${DOTFILES}/ohmyposh/start"
. "${DOTFILES}/starship/start"

# . "${DOTFILES}/dropbox/start"

# profiling shell
if [[ "$SHELL_PROFILE" == "true" ]]; then
Expand Down

0 comments on commit c034a24

Please sign in to comment.