summaryrefslogtreecommitdiffstatshomepage
path: root/zshrc
diff options
context:
space:
mode:
authorToby Vincent <tobyv13@gmail.com>2021-11-06 00:25:09 -0500
committerToby Vincent <tobyv13@gmail.com>2021-11-06 00:25:09 -0500
commitf2163cf3e010d12eadce8908cff2148a0f04d14c (patch)
tree86ddd843a6b2556a722febf642716cbaf8b27e37 /zshrc
parenta8dc1eff5b02e0e53012bebc39c8df5745274bc9 (diff)
refactor: moved from p10k to starship
Diffstat (limited to 'zshrc')
-rw-r--r--zshrc9
1 files changed, 2 insertions, 7 deletions
diff --git a/zshrc b/zshrc
index 51de715..60ad07f 100644
--- a/zshrc
+++ b/zshrc
@@ -1,11 +1,5 @@
#!/usr/bin/env zsh
-
-
-if [[ -r "${XDG_CACHE_HOME:-$HOME/.cache}/p10k-instant-prompt-${(%):-%n}.zsh" ]]; then
- source "${XDG_CACHE_HOME:-$HOME/.cache}/p10k-instant-prompt-${(%):-%n}.zsh"
-fi
-
export DOTFILES="${HOME}/dotfiles"
# Directory hashtable
@@ -14,7 +8,8 @@ hash -d .=${HOME}/dotfiles
source $DOTFILES/shell/env.sh
source $DOTFILES/zsh/plugins.zsh
source $DOTFILES/zsh/setopt.zsh
-source $DOTFILES/zsh/prompt.zsh
source $DOTFILES/zsh/aliases.zsh
source $DOTFILES/zsh/completions.zsh
source $DOTFILES/zsh/keybindings.zsh
+
+eval "$(starship init zsh)" \ No newline at end of file