summaryrefslogtreecommitdiff
path: root/.zshrc
diff options
context:
space:
mode:
authorEnricoGuccii <partyka.003@proton.me>2025-10-19 15:07:51 +0200
committerEnricoGuccii <partyka.003@proton.me>2025-10-19 15:07:51 +0200
commit50e9596a04c77bd03ded95a5fe1f1c2799e153fb (patch)
tree87faba4c940504979a920ccf32b6397fab29e577 /.zshrc
parent73dc66f46b9f590a2eab8e319b6364ba0bc388ad (diff)
feat: add dotnet conf and stuff
Diffstat (limited to '.zshrc')
-rw-r--r--.zshrc3
1 files changed, 2 insertions, 1 deletions
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