From a9e183b8cbd43f90331982e2bb4f89e9bfac54ec Mon Sep 17 00:00:00 2001 From: Daniele Pintore Date: Tue, 20 Feb 2024 21:42:40 +0100 Subject: [PATCH] Base config with zsh --- .config/zsh/.zprofile | 3 --- .config/zsh/.zshenv | 1 - 2 files changed, 4 deletions(-) diff --git a/.config/zsh/.zprofile b/.config/zsh/.zprofile index 39fbcfb..0551af7 100644 --- a/.config/zsh/.zprofile +++ b/.config/zsh/.zprofile @@ -2,6 +2,3 @@ # Exaples: # export NAME="VALUE" # export PATH="$PATH:/newPath" -export PATH="$PATH:/opt/flutter/bin/" - -export CAPACITOR_ANDROID_STUDIO_PATH="/home/daniele/.local/share/JetBrains/Toolbox/apps/android-studio/bin/studio.sh" diff --git a/.config/zsh/.zshenv b/.config/zsh/.zshenv index c2f3182..e69de29 100644 --- a/.config/zsh/.zshenv +++ b/.config/zsh/.zshenv @@ -1 +0,0 @@ -. "$HOME/.cargo/env"