Skip to content
Snippets Groups Projects
Commit 5a4b2231 authored by Nigel Kukard's avatar Nigel Kukard
Browse files

Added compatibility with vscode

parent 1e8e238d
No related branches found
No related tags found
No related merge requests found
...@@ -107,7 +107,7 @@ plugins=( ...@@ -107,7 +107,7 @@ plugins=(
) )
# Allow theming if we're running in a desktop session # Allow theming if we're running in a desktop session
if [[ "$DESKTOP_SESSION" =~ "plasma" ]] if [[ "$DESKTOP_SESSION" =~ "plasma" -a "$TERM_PROGRAM" != "vscode" ]]
then then
# Set oh my zsh theme # Set oh my zsh theme
ZSH_THEME="powerlevel9k" ZSH_THEME="powerlevel9k"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment