From 6b70cca0a0475e55c7ef08afc66ad0dd1ff17980 Mon Sep 17 00:00:00 2001 From: ushastoe <40743392+krolchonok@users.noreply.github.com> Date: Tue, 9 Apr 2024 09:24:36 +0300 Subject: [PATCH] Update and rename start.sh to .zshrc --- start.sh => .zshrc | 6 ------ 1 file changed, 6 deletions(-) rename start.sh => .zshrc (94%) diff --git a/start.sh b/.zshrc similarity index 94% rename from start.sh rename to .zshrc index ce3b8ec..9a7eac0 100644 --- a/start.sh +++ b/.zshrc @@ -104,9 +104,3 @@ prompt_context() { prompt_segment black default "%(!.%{%F{yellow}%}.)" fi } - -# Download Znap, if it's not there yet. -[[ -r ~/Repos/znap/znap.zsh ]] || - git clone --depth 1 -- \ - https://github.com/marlonrichert/zsh-snap.git ~/Repos/znap -source ~/Repos/znap/znap.zsh # Start Znap