From 2b2dccf3c8e258ec342a889fe74621f75e42a2a5 Mon Sep 17 00:00:00 2001 From: Sebastian Lenzlinger <74497638+sebaschi@users.noreply.github.com> Date: Tue, 30 Jan 2024 19:35:37 +0100 Subject: [PATCH] New Variables in ZSH for bin, src and build directories. TODO: Properly research how to set environment variables and utilize them for my workflow --- zsh/zshrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/zsh/zshrc b/zsh/zshrc index ebd1c1c..50012bf 100644 --- a/zsh/zshrc +++ b/zsh/zshrc @@ -14,3 +14,6 @@ eval "$(starship init zsh)" alias ls="exa" alias ll="exa -la" alias update="sudo pacman -Syu" +SEB_BIN='~/bin' +SEB_SRC='~/src' +SEB_BUILD='~/src'