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

Fixed conditional

parent 5a4b2231
No related branches found
Tags v0.1.5
Loading
...@@ -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" -a "$TERM_PROGRAM" != "vscode" ]] if [[ "$DESKTOP_SESSION" =~ "plasma" && "$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