From 50e9596a04c77bd03ded95a5fe1f1c2799e153fb Mon Sep 17 00:00:00 2001 From: EnricoGuccii Date: Sun, 19 Oct 2025 15:07:51 +0200 Subject: feat: add dotnet conf and stuff --- .zshrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.zshrc') diff --git a/.zshrc b/.zshrc index ea8c51c..8b295c3 100644 --- a/.zshrc +++ b/.zshrc @@ -20,6 +20,7 @@ PROMPT='%F{green}%n@%m%f %F{yellow}%~%f ' export CLICOLOR=1 export LSCOLORS=GxFxCxDxBxegedabagaced +export PATH="$HOME/.local/omnisharp:$PATH" alias grep='grep --color=auto' alias ll='lsd -all' @@ -46,4 +47,4 @@ if command -v tmux >/dev/null 2>&1; then tmux attach -t default || tmux new -s default fi fi - +PATH=~/cli/sf/bin:$PATH -- cgit v1.2.3