From 0756ca457172cb79b277184530749fc927cbf5e6 Mon Sep 17 00:00:00 2001 From: Bartek Stalewski Date: Tue, 20 Oct 2020 15:33:33 +0200 Subject: [PATCH] local.zsh location change --- install.sh | 3 +-- zsh/zshrc | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/install.sh b/install.sh index 4e50fb6..75c8dc9 100644 --- a/install.sh +++ b/install.sh @@ -37,7 +37,7 @@ ln -sf ~/.dotfiles/conf/tmux.conf ~/.tmux.conf ## zsh # cleaning -rm -rf ~/.zsh ~/.zshrc ~/.zsh_history ~/.zsh_sessions ~/.zcompdump* ~/.config/zsh* +rm -rf ~/.zsh* ~/.zcompdump* ~/.config/zsh/ mkdir -p ~/.config/zsh/caches ~/.config/zsh/plugins ~/.config/zsh/themes # dependiences git clone https://github.com/zsh-users/zsh-autosuggestions.git ~/.config/zsh/plugins/zsh-autosuggestions @@ -45,4 +45,3 @@ git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ~/.config/zsh git clone https://github.com/romkatv/powerlevel10k.git ~/.config/zsh/themes/powerlevel10k # installing ln -sf ~/.dotfiles/zsh/zshrc ~/.zshrc -touch ~/.zshrc.local diff --git a/zsh/zshrc b/zsh/zshrc index 302167b..ee382e2 100644 --- a/zsh/zshrc +++ b/zsh/zshrc @@ -25,4 +25,4 @@ source ~/.config/zsh/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh source ~/.config/zsh/themes/powerlevel10k/powerlevel10k.zsh-theme source ~/.dotfiles/zsh/p10k.zsh -[ -e ~/.zshrc.local ] && source ~/.zshrc.local +[ -e ~/.config/zsh/local.zsh ] && source ~/.config/zsh/local.zsh