diff --git a/hack/lint.sh b/hack/lint.sh old mode 100644 new mode 100755 diff --git a/src/user/starship.toml b/src/user/starship.toml index 5042142..d4d4db4 100644 --- a/src/user/starship.toml +++ b/src/user/starship.toml @@ -20,7 +20,7 @@ symbol = ' ' [directory] read_only = ' ' -[docker] +[docker_context] symbol = ' ' [elixir] @@ -50,9 +50,6 @@ diverged = '([⇡$ahead_count⇣$behind_count](bold yellow) )' [golang] symbol = ' ' -[haskell] -symbol = ' ' - [hg_branch] symbol = ' ' diff --git a/template/zprofile b/template/zprofile index a638c85..a2cab0f 100644 --- a/template/zprofile +++ b/template/zprofile @@ -1,8 +1 @@ #! /usr/bin/env zsh - -# determine if zshrc exists -if [ -f "$HOME"/.zshrc ]; then - - # load zshrc - . "$HOME"/.zshrc -fi