diff options
| author | EnricoGuccii <partyka.003@proton.me> | 2025-10-19 15:07:51 +0200 |
|---|---|---|
| committer | EnricoGuccii <partyka.003@proton.me> | 2025-10-19 15:07:51 +0200 |
| commit | 50e9596a04c77bd03ded95a5fe1f1c2799e153fb (patch) | |
| tree | 87faba4c940504979a920ccf32b6397fab29e577 /.zshrc | |
| parent | 73dc66f46b9f590a2eab8e319b6364ba0bc388ad (diff) | |
feat: add dotnet conf and stuff
Diffstat (limited to '.zshrc')
| -rw-r--r-- | .zshrc | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |