summaryrefslogtreecommitdiff
path: root/.zshrc
diff options
context:
space:
mode:
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