diff --git a/zsh/.zshrc b/zsh/.zshrc deleted file mode 100644 index b05d6b4..0000000 --- a/zsh/.zshrc +++ /dev/null @@ -1,23 +0,0 @@ -export path=($path $HOME/.config/dotfiles/bin) -export fpath=($fpath $ZDOTDIR/local/fpath) - -export os=$(grep -E "^ID=" /etc/*release | cut -d= -f2) -export wsl=$(uname -r | cut -d'-' -f3) - -source "$ZDOTDIR/dircolor.zsh" - -source /usr/share/zsh-autosuggestions/zsh-autosuggestions.zsh - -mkdir -p $HOME/.cache/zsh -autoload -Uz compinit bashcompinit -compinit -d $HOME/.cache/zsh/compdump -bashcompinit - -for file in $ZDOTDIR/files/*.zsh; do source "$file"; done - -[[ -f "$ZDOTDIR/local/rc.zsh" ]] && source "$ZDOTDIR/local/rc.zsh" - -source /usr/share/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh - -export STARSHIP_CONFIG=$ZDOTDIR/starship.toml -eval "$(starship init zsh)" diff --git a/zsh/.zshrc b/zsh/.zshrc new file mode 120000 index 0000000..385a63a --- /dev/null +++ b/zsh/.zshrc @@ -0,0 +1 @@ +rc.zsh \ No newline at end of file diff --git a/zsh/exports.zsh b/zsh/exports.zsh deleted file mode 100644 index 775c622..0000000 --- a/zsh/exports.zsh +++ /dev/null @@ -1,7 +0,0 @@ -export path=($path $HOME/.config/dotfiles/bin) -export fpath=($fpath $ZDOTDIR/local/fpath) -export infopath=($infopath /usr/share/info) - -export os=$(grep -E "^ID=" /etc/*release | cut -d= -f2) -export wsl=$(uname -r | cut -d'-' -f3) -export STARSHIP_CONFIG=$ZDOTDIR/starship.toml